retell-sdk 5.43.0 → 5.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
- package/resources/playground.d.mts +19 -7
- package/resources/playground.d.mts.map +1 -1
- package/resources/playground.d.ts +19 -7
- package/resources/playground.d.ts.map +1 -1
- package/resources/tests.d.mts +57 -21
- package/resources/tests.d.mts.map +1 -1
- package/resources/tests.d.ts +57 -21
- package/resources/tests.d.ts.map +1 -1
- package/src/resources/playground.ts +19 -7
- package/src/resources/tests.ts +57 -21
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.44.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.43.0...v5.44.0) (2026-07-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **api:** api update ([d6a3ae2](https://github.com/RetellAI/retell-typescript-sdk/commit/d6a3ae2081a327741db9b4945b61a842911c60c0))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Chores
|
|
12
|
+
|
|
13
|
+
* preserve production workflow files ([f499664](https://github.com/RetellAI/retell-typescript-sdk/commit/f4996642ee1c44e3d7ce876ebc98dc4162622838))
|
|
14
|
+
|
|
3
15
|
## [5.43.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.42.1...v5.43.0) (2026-07-04)
|
|
4
16
|
|
|
5
17
|
|
package/package.json
CHANGED
|
@@ -481,18 +481,27 @@ export declare namespace PlaygroundCompletionParams {
|
|
|
481
481
|
summary?: string;
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
|
+
/**
|
|
485
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
486
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
487
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
488
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
489
|
+
* matches no mock falls through to the real tool.
|
|
490
|
+
*/
|
|
484
491
|
interface ToolMock {
|
|
485
492
|
/**
|
|
486
|
-
*
|
|
493
|
+
* Decides which calls to this tool the mock applies to.
|
|
487
494
|
*/
|
|
488
495
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
489
496
|
/**
|
|
490
|
-
* The
|
|
491
|
-
* string.
|
|
497
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
498
|
+
* be a JSON string, the same shape the real tool would return.
|
|
492
499
|
*/
|
|
493
500
|
output: string;
|
|
494
501
|
/**
|
|
495
|
-
*
|
|
502
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
503
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
504
|
+
* the name you gave a custom function).
|
|
496
505
|
*/
|
|
497
506
|
tool_name: string;
|
|
498
507
|
/**
|
|
@@ -504,17 +513,20 @@ export declare namespace PlaygroundCompletionParams {
|
|
|
504
513
|
namespace ToolMock {
|
|
505
514
|
interface Type {
|
|
506
515
|
/**
|
|
507
|
-
* Match
|
|
516
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
517
|
+
* a catch-all mock.
|
|
508
518
|
*/
|
|
509
519
|
type: 'any';
|
|
510
520
|
}
|
|
511
521
|
interface UnionMember1 {
|
|
512
522
|
/**
|
|
513
|
-
*
|
|
523
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
524
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
525
|
+
* call are ignored, so this is a subset match.
|
|
514
526
|
*/
|
|
515
527
|
args: unknown;
|
|
516
528
|
/**
|
|
517
|
-
* Match only calls
|
|
529
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
518
530
|
*/
|
|
519
531
|
type: 'partial_match';
|
|
520
532
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playground.d.mts","sourceRoot":"","sources":["../src/resources/playground.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAG7D,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,UAAU,CACR,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,0BAA0B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,4BAA4B,CAAC;CAS5C;AAED,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,QAAQ,EAAE,KAAK,CACX,4BAA4B,CAAC,WAAW,GACxC,4BAA4B,CAAC,6BAA6B,GAC1D,4BAA4B,CAAC,yBAAyB,GACtD,4BAA4B,CAAC,yBAAyB,GACtD,4BAA4B,CAAC,0BAA0B,GACvD,4BAA4B,CAAC,mBAAmB,GAChD,4BAA4B,CAAC,cAAc,CAC9C,CAAC;IAEF;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,iBAAiB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAE9C;;OAEG;IACH,iCAAiC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACnD;AAED,yBAAiB,4BAA4B,CAAC;IAC5C,UAAiB,WAAW;QAC1B;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;QAEvB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,6BAA6B;QAC5C;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,IAAI,EAAE,sBAAsB,CAAC;QAE7B;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC5B;IAED,UAAiB,yBAAyB;QACxC;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,IAAI,EAAE,kBAAkB,CAAC;QAEzB;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB;IAED,UAAiB,yBAAyB;QACxC;;WAEG;QACH,IAAI,EAAE,iBAAiB,CAAC;QAExB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAE1B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;QAEvB;;;;;WAKG;QACH,eAAe,CAAC,EAAE,QAAQ,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,QAAQ,CAAC;KAChF;IAED,UAAiB,0BAA0B;QACzC;;WAEG;QACH,IAAI,EAAE,kBAAkB,CAAC;QAEzB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB;IAED,UAAiB,mBAAmB;QAClC;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,IAAI,EAAE,UAAU,CAAC;QAEjB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,cAAc;QAC7B;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;;;WAIG;QACH,IAAI,EAAE,KAAK,CAAC;QAEZ;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,UAAU,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;KAC/C;IAED,UAAiB,cAAc,CAAC;QAC9B,UAAiB,UAAU;YACzB;;eAEG;YACH,GAAG,EAAE,MAAM,CAAC;YAEZ;;eAEG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB;KACF;CACF;AAED,MAAM,WAAW,0BAA0B;IACzC;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CACX,0BAA0B,CAAC,WAAW,GACtC,0BAA0B,CAAC,6BAA6B,GACxD,0BAA0B,CAAC,yBAAyB,GACpD,0BAA0B,CAAC,yBAAyB,GACpD,0BAA0B,CAAC,0BAA0B,GACrD,0BAA0B,CAAC,mBAAmB,GAC9C,0BAA0B,CAAC,cAAc,CAC5C,CAAC;IAEF;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE1B;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,iBAAiB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAE9C;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;CACzD;AAED,yBAAiB,0BAA0B,CAAC;IAC1C,UAAiB,WAAW;QAC1B;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,IAAI,EAAE,OAAO,GAAG,MAAM,CAAC;QAEvB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,6BAA6B;QAC5C;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,IAAI,EAAE,sBAAsB,CAAC;QAE7B;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC5B;IAED,UAAiB,yBAAyB;QACxC;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,IAAI,EAAE,kBAAkB,CAAC;QAEzB;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB;IAED,UAAiB,yBAAyB;QACxC;;WAEG;QACH,IAAI,EAAE,iBAAiB,CAAC;QAExB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB;;WAEG;QACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAE1B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;QAEvB;;;;;WAKG;QACH,eAAe,CAAC,EAAE,QAAQ,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,QAAQ,CAAC;KAChF;IAED,UAAiB,0BAA0B;QACzC;;WAEG;QACH,IAAI,EAAE,kBAAkB,CAAC;QAEzB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB;IAED,UAAiB,mBAAmB;QAClC;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,IAAI,EAAE,UAAU,CAAC;QAEjB;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,cAAc;QAC7B;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;;;WAIG;QACH,IAAI,EAAE,KAAK,CAAC;QAEZ;;WAEG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,UAAU,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;KAC/C;IAED,UAAiB,cAAc,CAAC;QAC9B,UAAiB,UAAU;YACzB;;eAEG;YACH,GAAG,EAAE,MAAM,CAAC;YAEZ;;eAEG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB;KACF;IAED,UAAiB,QAAQ;QACvB;;WAEG;QACH,gBAAgB,EAAE,QAAQ,CAAC,IAAI,GAAG,QAAQ,CAAC,YAAY,CAAC;QAExD;;;WAGG;QACH,MAAM,EAAE,MAAM,CAAC;QAEf
|
|
1
|
+
{"version":3,"file":"playground.d.mts","sourceRoot":"","sources":["../src/resources/playground.ts"],"names":[],"mappings":"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"}
|
|
@@ -481,18 +481,27 @@ export declare namespace PlaygroundCompletionParams {
|
|
|
481
481
|
summary?: string;
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
|
+
/**
|
|
485
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
486
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
487
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
488
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
489
|
+
* matches no mock falls through to the real tool.
|
|
490
|
+
*/
|
|
484
491
|
interface ToolMock {
|
|
485
492
|
/**
|
|
486
|
-
*
|
|
493
|
+
* Decides which calls to this tool the mock applies to.
|
|
487
494
|
*/
|
|
488
495
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
489
496
|
/**
|
|
490
|
-
* The
|
|
491
|
-
* string.
|
|
497
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
498
|
+
* be a JSON string, the same shape the real tool would return.
|
|
492
499
|
*/
|
|
493
500
|
output: string;
|
|
494
501
|
/**
|
|
495
|
-
*
|
|
502
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
503
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
504
|
+
* the name you gave a custom function).
|
|
496
505
|
*/
|
|
497
506
|
tool_name: string;
|
|
498
507
|
/**
|
|
@@ -504,17 +513,20 @@ export declare namespace PlaygroundCompletionParams {
|
|
|
504
513
|
namespace ToolMock {
|
|
505
514
|
interface Type {
|
|
506
515
|
/**
|
|
507
|
-
* Match
|
|
516
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
517
|
+
* a catch-all mock.
|
|
508
518
|
*/
|
|
509
519
|
type: 'any';
|
|
510
520
|
}
|
|
511
521
|
interface UnionMember1 {
|
|
512
522
|
/**
|
|
513
|
-
*
|
|
523
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
524
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
525
|
+
* call are ignored, so this is a subset match.
|
|
514
526
|
*/
|
|
515
527
|
args: unknown;
|
|
516
528
|
/**
|
|
517
|
-
* Match only calls
|
|
529
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
518
530
|
*/
|
|
519
531
|
type: 'partial_match';
|
|
520
532
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playground.d.ts","sourceRoot":"","sources":["../src/resources/playground.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"playground.d.ts","sourceRoot":"","sources":["../src/resources/playground.ts"],"names":[],"mappings":"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"}
|
package/resources/tests.d.mts
CHANGED
|
@@ -196,18 +196,27 @@ export declare namespace TestCaseDefinitionResponse {
|
|
|
196
196
|
*/
|
|
197
197
|
version?: number | null;
|
|
198
198
|
}
|
|
199
|
+
/**
|
|
200
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
201
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
202
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
203
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
204
|
+
* matches no mock falls through to the real tool.
|
|
205
|
+
*/
|
|
199
206
|
interface ToolMock {
|
|
200
207
|
/**
|
|
201
|
-
*
|
|
208
|
+
* Decides which calls to this tool the mock applies to.
|
|
202
209
|
*/
|
|
203
210
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
204
211
|
/**
|
|
205
|
-
* The
|
|
206
|
-
* string.
|
|
212
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
213
|
+
* be a JSON string, the same shape the real tool would return.
|
|
207
214
|
*/
|
|
208
215
|
output: string;
|
|
209
216
|
/**
|
|
210
|
-
*
|
|
217
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
218
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
219
|
+
* the name you gave a custom function).
|
|
211
220
|
*/
|
|
212
221
|
tool_name: string;
|
|
213
222
|
/**
|
|
@@ -219,17 +228,20 @@ export declare namespace TestCaseDefinitionResponse {
|
|
|
219
228
|
namespace ToolMock {
|
|
220
229
|
interface Type {
|
|
221
230
|
/**
|
|
222
|
-
* Match
|
|
231
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
232
|
+
* a catch-all mock.
|
|
223
233
|
*/
|
|
224
234
|
type: 'any';
|
|
225
235
|
}
|
|
226
236
|
interface UnionMember1 {
|
|
227
237
|
/**
|
|
228
|
-
*
|
|
238
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
239
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
240
|
+
* call are ignored, so this is a subset match.
|
|
229
241
|
*/
|
|
230
242
|
args: unknown;
|
|
231
243
|
/**
|
|
232
|
-
* Match only calls
|
|
244
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
233
245
|
*/
|
|
234
246
|
type: 'partial_match';
|
|
235
247
|
}
|
|
@@ -366,18 +378,27 @@ export declare namespace TestCreateTestCaseDefinitionParams {
|
|
|
366
378
|
*/
|
|
367
379
|
version?: number | null;
|
|
368
380
|
}
|
|
381
|
+
/**
|
|
382
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
383
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
384
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
385
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
386
|
+
* matches no mock falls through to the real tool.
|
|
387
|
+
*/
|
|
369
388
|
interface ToolMock {
|
|
370
389
|
/**
|
|
371
|
-
*
|
|
390
|
+
* Decides which calls to this tool the mock applies to.
|
|
372
391
|
*/
|
|
373
392
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
374
393
|
/**
|
|
375
|
-
* The
|
|
376
|
-
* string.
|
|
394
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
395
|
+
* be a JSON string, the same shape the real tool would return.
|
|
377
396
|
*/
|
|
378
397
|
output: string;
|
|
379
398
|
/**
|
|
380
|
-
*
|
|
399
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
400
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
401
|
+
* the name you gave a custom function).
|
|
381
402
|
*/
|
|
382
403
|
tool_name: string;
|
|
383
404
|
/**
|
|
@@ -389,17 +410,20 @@ export declare namespace TestCreateTestCaseDefinitionParams {
|
|
|
389
410
|
namespace ToolMock {
|
|
390
411
|
interface Type {
|
|
391
412
|
/**
|
|
392
|
-
* Match
|
|
413
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
414
|
+
* a catch-all mock.
|
|
393
415
|
*/
|
|
394
416
|
type: 'any';
|
|
395
417
|
}
|
|
396
418
|
interface UnionMember1 {
|
|
397
419
|
/**
|
|
398
|
-
*
|
|
420
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
421
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
422
|
+
* call are ignored, so this is a subset match.
|
|
399
423
|
*/
|
|
400
424
|
args: unknown;
|
|
401
425
|
/**
|
|
402
|
-
* Match only calls
|
|
426
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
403
427
|
*/
|
|
404
428
|
type: 'partial_match';
|
|
405
429
|
}
|
|
@@ -488,18 +512,27 @@ export declare namespace TestUpdateTestCaseDefinitionParams {
|
|
|
488
512
|
*/
|
|
489
513
|
version?: number | null;
|
|
490
514
|
}
|
|
515
|
+
/**
|
|
516
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
517
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
518
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
519
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
520
|
+
* matches no mock falls through to the real tool.
|
|
521
|
+
*/
|
|
491
522
|
interface ToolMock {
|
|
492
523
|
/**
|
|
493
|
-
*
|
|
524
|
+
* Decides which calls to this tool the mock applies to.
|
|
494
525
|
*/
|
|
495
526
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
496
527
|
/**
|
|
497
|
-
* The
|
|
498
|
-
* string.
|
|
528
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
529
|
+
* be a JSON string, the same shape the real tool would return.
|
|
499
530
|
*/
|
|
500
531
|
output: string;
|
|
501
532
|
/**
|
|
502
|
-
*
|
|
533
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
534
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
535
|
+
* the name you gave a custom function).
|
|
503
536
|
*/
|
|
504
537
|
tool_name: string;
|
|
505
538
|
/**
|
|
@@ -511,17 +544,20 @@ export declare namespace TestUpdateTestCaseDefinitionParams {
|
|
|
511
544
|
namespace ToolMock {
|
|
512
545
|
interface Type {
|
|
513
546
|
/**
|
|
514
|
-
* Match
|
|
547
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
548
|
+
* a catch-all mock.
|
|
515
549
|
*/
|
|
516
550
|
type: 'any';
|
|
517
551
|
}
|
|
518
552
|
interface UnionMember1 {
|
|
519
553
|
/**
|
|
520
|
-
*
|
|
554
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
555
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
556
|
+
* call are ignored, so this is a subset match.
|
|
521
557
|
*/
|
|
522
558
|
args: unknown;
|
|
523
559
|
/**
|
|
524
|
-
* Match only calls
|
|
560
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
525
561
|
*/
|
|
526
562
|
type: 'partial_match';
|
|
527
563
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tests.d.mts","sourceRoot":"","sources":["../src/resources/tests.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"tests.d.mts","sourceRoot":"","sources":["../src/resources/tests.ts"],"names":[],"mappings":"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"}
|
package/resources/tests.d.ts
CHANGED
|
@@ -196,18 +196,27 @@ export declare namespace TestCaseDefinitionResponse {
|
|
|
196
196
|
*/
|
|
197
197
|
version?: number | null;
|
|
198
198
|
}
|
|
199
|
+
/**
|
|
200
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
201
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
202
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
203
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
204
|
+
* matches no mock falls through to the real tool.
|
|
205
|
+
*/
|
|
199
206
|
interface ToolMock {
|
|
200
207
|
/**
|
|
201
|
-
*
|
|
208
|
+
* Decides which calls to this tool the mock applies to.
|
|
202
209
|
*/
|
|
203
210
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
204
211
|
/**
|
|
205
|
-
* The
|
|
206
|
-
* string.
|
|
212
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
213
|
+
* be a JSON string, the same shape the real tool would return.
|
|
207
214
|
*/
|
|
208
215
|
output: string;
|
|
209
216
|
/**
|
|
210
|
-
*
|
|
217
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
218
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
219
|
+
* the name you gave a custom function).
|
|
211
220
|
*/
|
|
212
221
|
tool_name: string;
|
|
213
222
|
/**
|
|
@@ -219,17 +228,20 @@ export declare namespace TestCaseDefinitionResponse {
|
|
|
219
228
|
namespace ToolMock {
|
|
220
229
|
interface Type {
|
|
221
230
|
/**
|
|
222
|
-
* Match
|
|
231
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
232
|
+
* a catch-all mock.
|
|
223
233
|
*/
|
|
224
234
|
type: 'any';
|
|
225
235
|
}
|
|
226
236
|
interface UnionMember1 {
|
|
227
237
|
/**
|
|
228
|
-
*
|
|
238
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
239
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
240
|
+
* call are ignored, so this is a subset match.
|
|
229
241
|
*/
|
|
230
242
|
args: unknown;
|
|
231
243
|
/**
|
|
232
|
-
* Match only calls
|
|
244
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
233
245
|
*/
|
|
234
246
|
type: 'partial_match';
|
|
235
247
|
}
|
|
@@ -366,18 +378,27 @@ export declare namespace TestCreateTestCaseDefinitionParams {
|
|
|
366
378
|
*/
|
|
367
379
|
version?: number | null;
|
|
368
380
|
}
|
|
381
|
+
/**
|
|
382
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
383
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
384
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
385
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
386
|
+
* matches no mock falls through to the real tool.
|
|
387
|
+
*/
|
|
369
388
|
interface ToolMock {
|
|
370
389
|
/**
|
|
371
|
-
*
|
|
390
|
+
* Decides which calls to this tool the mock applies to.
|
|
372
391
|
*/
|
|
373
392
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
374
393
|
/**
|
|
375
|
-
* The
|
|
376
|
-
* string.
|
|
394
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
395
|
+
* be a JSON string, the same shape the real tool would return.
|
|
377
396
|
*/
|
|
378
397
|
output: string;
|
|
379
398
|
/**
|
|
380
|
-
*
|
|
399
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
400
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
401
|
+
* the name you gave a custom function).
|
|
381
402
|
*/
|
|
382
403
|
tool_name: string;
|
|
383
404
|
/**
|
|
@@ -389,17 +410,20 @@ export declare namespace TestCreateTestCaseDefinitionParams {
|
|
|
389
410
|
namespace ToolMock {
|
|
390
411
|
interface Type {
|
|
391
412
|
/**
|
|
392
|
-
* Match
|
|
413
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
414
|
+
* a catch-all mock.
|
|
393
415
|
*/
|
|
394
416
|
type: 'any';
|
|
395
417
|
}
|
|
396
418
|
interface UnionMember1 {
|
|
397
419
|
/**
|
|
398
|
-
*
|
|
420
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
421
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
422
|
+
* call are ignored, so this is a subset match.
|
|
399
423
|
*/
|
|
400
424
|
args: unknown;
|
|
401
425
|
/**
|
|
402
|
-
* Match only calls
|
|
426
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
403
427
|
*/
|
|
404
428
|
type: 'partial_match';
|
|
405
429
|
}
|
|
@@ -488,18 +512,27 @@ export declare namespace TestUpdateTestCaseDefinitionParams {
|
|
|
488
512
|
*/
|
|
489
513
|
version?: number | null;
|
|
490
514
|
}
|
|
515
|
+
/**
|
|
516
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
517
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
518
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
519
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
520
|
+
* matches no mock falls through to the real tool.
|
|
521
|
+
*/
|
|
491
522
|
interface ToolMock {
|
|
492
523
|
/**
|
|
493
|
-
*
|
|
524
|
+
* Decides which calls to this tool the mock applies to.
|
|
494
525
|
*/
|
|
495
526
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
496
527
|
/**
|
|
497
|
-
* The
|
|
498
|
-
* string.
|
|
528
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
529
|
+
* be a JSON string, the same shape the real tool would return.
|
|
499
530
|
*/
|
|
500
531
|
output: string;
|
|
501
532
|
/**
|
|
502
|
-
*
|
|
533
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
534
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
535
|
+
* the name you gave a custom function).
|
|
503
536
|
*/
|
|
504
537
|
tool_name: string;
|
|
505
538
|
/**
|
|
@@ -511,17 +544,20 @@ export declare namespace TestUpdateTestCaseDefinitionParams {
|
|
|
511
544
|
namespace ToolMock {
|
|
512
545
|
interface Type {
|
|
513
546
|
/**
|
|
514
|
-
* Match
|
|
547
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
548
|
+
* a catch-all mock.
|
|
515
549
|
*/
|
|
516
550
|
type: 'any';
|
|
517
551
|
}
|
|
518
552
|
interface UnionMember1 {
|
|
519
553
|
/**
|
|
520
|
-
*
|
|
554
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
555
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
556
|
+
* call are ignored, so this is a subset match.
|
|
521
557
|
*/
|
|
522
558
|
args: unknown;
|
|
523
559
|
/**
|
|
524
|
-
* Match only calls
|
|
560
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
525
561
|
*/
|
|
526
562
|
type: 'partial_match';
|
|
527
563
|
}
|
package/resources/tests.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tests.d.ts","sourceRoot":"","sources":["../src/resources/tests.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"tests.d.ts","sourceRoot":"","sources":["../src/resources/tests.ts"],"names":[],"mappings":"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"}
|
|
@@ -605,20 +605,29 @@ export namespace PlaygroundCompletionParams {
|
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
607
|
|
|
608
|
+
/**
|
|
609
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
610
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
611
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
612
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
613
|
+
* matches no mock falls through to the real tool.
|
|
614
|
+
*/
|
|
608
615
|
export interface ToolMock {
|
|
609
616
|
/**
|
|
610
|
-
*
|
|
617
|
+
* Decides which calls to this tool the mock applies to.
|
|
611
618
|
*/
|
|
612
619
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
613
620
|
|
|
614
621
|
/**
|
|
615
|
-
* The
|
|
616
|
-
* string.
|
|
622
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
623
|
+
* be a JSON string, the same shape the real tool would return.
|
|
617
624
|
*/
|
|
618
625
|
output: string;
|
|
619
626
|
|
|
620
627
|
/**
|
|
621
|
-
*
|
|
628
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
629
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
630
|
+
* the name you gave a custom function).
|
|
622
631
|
*/
|
|
623
632
|
tool_name: string;
|
|
624
633
|
|
|
@@ -632,19 +641,22 @@ export namespace PlaygroundCompletionParams {
|
|
|
632
641
|
export namespace ToolMock {
|
|
633
642
|
export interface Type {
|
|
634
643
|
/**
|
|
635
|
-
* Match
|
|
644
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
645
|
+
* a catch-all mock.
|
|
636
646
|
*/
|
|
637
647
|
type: 'any';
|
|
638
648
|
}
|
|
639
649
|
|
|
640
650
|
export interface UnionMember1 {
|
|
641
651
|
/**
|
|
642
|
-
*
|
|
652
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
653
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
654
|
+
* call are ignored, so this is a subset match.
|
|
643
655
|
*/
|
|
644
656
|
args: unknown;
|
|
645
657
|
|
|
646
658
|
/**
|
|
647
|
-
* Match only calls
|
|
659
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
648
660
|
*/
|
|
649
661
|
type: 'partial_match';
|
|
650
662
|
}
|
package/src/resources/tests.ts
CHANGED
|
@@ -310,20 +310,29 @@ export namespace TestCaseDefinitionResponse {
|
|
|
310
310
|
version?: number | null;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
+
/**
|
|
314
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
315
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
316
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
317
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
318
|
+
* matches no mock falls through to the real tool.
|
|
319
|
+
*/
|
|
313
320
|
export interface ToolMock {
|
|
314
321
|
/**
|
|
315
|
-
*
|
|
322
|
+
* Decides which calls to this tool the mock applies to.
|
|
316
323
|
*/
|
|
317
324
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
318
325
|
|
|
319
326
|
/**
|
|
320
|
-
* The
|
|
321
|
-
* string.
|
|
327
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
328
|
+
* be a JSON string, the same shape the real tool would return.
|
|
322
329
|
*/
|
|
323
330
|
output: string;
|
|
324
331
|
|
|
325
332
|
/**
|
|
326
|
-
*
|
|
333
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
334
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
335
|
+
* the name you gave a custom function).
|
|
327
336
|
*/
|
|
328
337
|
tool_name: string;
|
|
329
338
|
|
|
@@ -337,19 +346,22 @@ export namespace TestCaseDefinitionResponse {
|
|
|
337
346
|
export namespace ToolMock {
|
|
338
347
|
export interface Type {
|
|
339
348
|
/**
|
|
340
|
-
* Match
|
|
349
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
350
|
+
* a catch-all mock.
|
|
341
351
|
*/
|
|
342
352
|
type: 'any';
|
|
343
353
|
}
|
|
344
354
|
|
|
345
355
|
export interface UnionMember1 {
|
|
346
356
|
/**
|
|
347
|
-
*
|
|
357
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
358
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
359
|
+
* call are ignored, so this is a subset match.
|
|
348
360
|
*/
|
|
349
361
|
args: unknown;
|
|
350
362
|
|
|
351
363
|
/**
|
|
352
|
-
* Match only calls
|
|
364
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
353
365
|
*/
|
|
354
366
|
type: 'partial_match';
|
|
355
367
|
}
|
|
@@ -536,20 +548,29 @@ export namespace TestCreateTestCaseDefinitionParams {
|
|
|
536
548
|
version?: number | null;
|
|
537
549
|
}
|
|
538
550
|
|
|
551
|
+
/**
|
|
552
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
553
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
554
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
555
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
556
|
+
* matches no mock falls through to the real tool.
|
|
557
|
+
*/
|
|
539
558
|
export interface ToolMock {
|
|
540
559
|
/**
|
|
541
|
-
*
|
|
560
|
+
* Decides which calls to this tool the mock applies to.
|
|
542
561
|
*/
|
|
543
562
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
544
563
|
|
|
545
564
|
/**
|
|
546
|
-
* The
|
|
547
|
-
* string.
|
|
565
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
566
|
+
* be a JSON string, the same shape the real tool would return.
|
|
548
567
|
*/
|
|
549
568
|
output: string;
|
|
550
569
|
|
|
551
570
|
/**
|
|
552
|
-
*
|
|
571
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
572
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
573
|
+
* the name you gave a custom function).
|
|
553
574
|
*/
|
|
554
575
|
tool_name: string;
|
|
555
576
|
|
|
@@ -563,19 +584,22 @@ export namespace TestCreateTestCaseDefinitionParams {
|
|
|
563
584
|
export namespace ToolMock {
|
|
564
585
|
export interface Type {
|
|
565
586
|
/**
|
|
566
|
-
* Match
|
|
587
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
588
|
+
* a catch-all mock.
|
|
567
589
|
*/
|
|
568
590
|
type: 'any';
|
|
569
591
|
}
|
|
570
592
|
|
|
571
593
|
export interface UnionMember1 {
|
|
572
594
|
/**
|
|
573
|
-
*
|
|
595
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
596
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
597
|
+
* call are ignored, so this is a subset match.
|
|
574
598
|
*/
|
|
575
599
|
args: unknown;
|
|
576
600
|
|
|
577
601
|
/**
|
|
578
|
-
* Match only calls
|
|
602
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
579
603
|
*/
|
|
580
604
|
type: 'partial_match';
|
|
581
605
|
}
|
|
@@ -702,20 +726,29 @@ export namespace TestUpdateTestCaseDefinitionParams {
|
|
|
702
726
|
version?: number | null;
|
|
703
727
|
}
|
|
704
728
|
|
|
729
|
+
/**
|
|
730
|
+
* A fake response for one tool. During a simulation, when the LLM calls a tool
|
|
731
|
+
* whose name matches `tool_name` and whose arguments satisfy `input_match_rule`,
|
|
732
|
+
* the real tool is not run; `output` is returned to the LLM instead. This keeps
|
|
733
|
+
* runs deterministic and avoids calling live integrations. A tool call that
|
|
734
|
+
* matches no mock falls through to the real tool.
|
|
735
|
+
*/
|
|
705
736
|
export interface ToolMock {
|
|
706
737
|
/**
|
|
707
|
-
*
|
|
738
|
+
* Decides which calls to this tool the mock applies to.
|
|
708
739
|
*/
|
|
709
740
|
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
710
741
|
|
|
711
742
|
/**
|
|
712
|
-
* The
|
|
713
|
-
* string.
|
|
743
|
+
* The tool result fed back to the LLM in place of the real tool's output. Should
|
|
744
|
+
* be a JSON string, the same shape the real tool would return.
|
|
714
745
|
*/
|
|
715
746
|
output: string;
|
|
716
747
|
|
|
717
748
|
/**
|
|
718
|
-
*
|
|
749
|
+
* The tool's function name, not the tool ID, i.e. the name the LLM uses when it
|
|
750
|
+
* calls the tool (for example `check_availability_cal`, `book_appointment_cal`, or
|
|
751
|
+
* the name you gave a custom function).
|
|
719
752
|
*/
|
|
720
753
|
tool_name: string;
|
|
721
754
|
|
|
@@ -729,19 +762,22 @@ export namespace TestUpdateTestCaseDefinitionParams {
|
|
|
729
762
|
export namespace ToolMock {
|
|
730
763
|
export interface Type {
|
|
731
764
|
/**
|
|
732
|
-
* Match
|
|
765
|
+
* Match every call to the tool, no matter what arguments were passed. Use this for
|
|
766
|
+
* a catch-all mock.
|
|
733
767
|
*/
|
|
734
768
|
type: 'any';
|
|
735
769
|
}
|
|
736
770
|
|
|
737
771
|
export interface UnionMember1 {
|
|
738
772
|
/**
|
|
739
|
-
*
|
|
773
|
+
* Argument values the call must have to match. Only the fields you list here are
|
|
774
|
+
* checked, and each must equal the value in the actual call. Extra fields in the
|
|
775
|
+
* call are ignored, so this is a subset match.
|
|
740
776
|
*/
|
|
741
777
|
args: unknown;
|
|
742
778
|
|
|
743
779
|
/**
|
|
744
|
-
* Match only calls
|
|
780
|
+
* Match only calls whose arguments contain the values listed in `args`.
|
|
745
781
|
*/
|
|
746
782
|
type: 'partial_match';
|
|
747
783
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '5.
|
|
1
|
+
export const VERSION = '5.44.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "5.
|
|
1
|
+
export declare const VERSION = "5.44.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "5.
|
|
1
|
+
export declare const VERSION = "5.44.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '5.
|
|
1
|
+
export const VERSION = '5.44.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|