|
1 | 1 | // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
2 | 2 |
|
3 |
| -exports[`options.maxSteps > 2 steps: initial, tool-result > onStepFinish should be called for each step 1`] = ` |
| 3 | +exports[`options.stopWhen > 2 steps: initial, tool-result > onStepFinish should be called for each step 1`] = ` |
4 | 4 | [
|
5 | 5 | DefaultStepResult {
|
6 | 6 | "content": [
|
@@ -133,7 +133,7 @@ exports[`options.maxSteps > 2 steps: initial, tool-result > onStepFinish should
|
133 | 133 | ]
|
134 | 134 | `;
|
135 | 135 |
|
136 |
| -exports[`options.maxSteps > 2 steps: initial, tool-result > result.response.messages should contain response messages from all steps 1`] = ` |
| 136 | +exports[`options.stopWhen > 2 steps: initial, tool-result > result.response.messages should contain response messages from all steps 1`] = ` |
137 | 137 | [
|
138 | 138 | {
|
139 | 139 | "content": [
|
@@ -171,7 +171,7 @@ exports[`options.maxSteps > 2 steps: initial, tool-result > result.response.mess
|
171 | 171 | ]
|
172 | 172 | `;
|
173 | 173 |
|
174 |
| -exports[`options.maxSteps > 2 steps: initial, tool-result > result.steps should contain all steps 1`] = ` |
| 174 | +exports[`options.stopWhen > 2 steps: initial, tool-result > result.steps should contain all steps 1`] = ` |
175 | 175 | [
|
176 | 176 | DefaultStepResult {
|
177 | 177 | "content": [
|
@@ -304,7 +304,7 @@ exports[`options.maxSteps > 2 steps: initial, tool-result > result.steps should
|
304 | 304 | ]
|
305 | 305 | `;
|
306 | 306 |
|
307 |
| -exports[`options.maxSteps > 2 steps: initial, tool-result with prepareStep > onStepFinish should be called for each step 1`] = ` |
| 307 | +exports[`options.stopWhen > 2 steps: initial, tool-result with prepareStep > onStepFinish should be called for each step 1`] = ` |
308 | 308 | [
|
309 | 309 | DefaultStepResult {
|
310 | 310 | "content": [
|
@@ -437,7 +437,7 @@ exports[`options.maxSteps > 2 steps: initial, tool-result with prepareStep > onS
|
437 | 437 | ]
|
438 | 438 | `;
|
439 | 439 |
|
440 |
| -exports[`options.maxSteps > 2 steps: initial, tool-result with prepareStep > result.response.messages should contain response messages from all steps 1`] = ` |
| 440 | +exports[`options.stopWhen > 2 steps: initial, tool-result with prepareStep > result.response.messages should contain response messages from all steps 1`] = ` |
441 | 441 | [
|
442 | 442 | {
|
443 | 443 | "content": [
|
@@ -475,7 +475,7 @@ exports[`options.maxSteps > 2 steps: initial, tool-result with prepareStep > res
|
475 | 475 | ]
|
476 | 476 | `;
|
477 | 477 |
|
478 |
| -exports[`options.maxSteps > 2 steps: initial, tool-result with prepareStep > result.steps should contain all steps 1`] = ` |
| 478 | +exports[`options.stopWhen > 2 steps: initial, tool-result with prepareStep > result.steps should contain all steps 1`] = ` |
479 | 479 | [
|
480 | 480 | DefaultStepResult {
|
481 | 481 | "content": [
|
|
0 commit comments