@pushwoosh/rpc-gateway-ai-assistant 0.1.281 → 0.1.282
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/data.js +3 -0
- package/package.json +1 -1
- package/pushwoosh_agentrunner_v1.d.ts +5 -0
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -61,6 +61,11 @@ export type ToolDef = {
|
|
|
61
61
|
name: string;
|
|
62
62
|
description: string;
|
|
63
63
|
inputSchemaJson: string;
|
|
64
|
+
/**
|
|
65
|
+
* Keep the schema out of the cached prompt prefix; the model reaches it through ToolSearch.
|
|
66
|
+
* False = pinned, so a caller that never sets it gets today's behaviour.
|
|
67
|
+
*/
|
|
68
|
+
deferred: boolean;
|
|
64
69
|
};
|
|
65
70
|
export type ToolCall = {
|
|
66
71
|
id: string;
|