@amigo-ai/sdk 0.36.0 → 0.37.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.
@@ -2467,14 +2467,15 @@ export interface components {
2467
2467
  type: "action-too-long";
2468
2468
  /**
2469
2469
  * Filler
2470
- * @description An audio filler that can be played while waiting for the action to complete.
2470
+ * @description A filler that can be played while waiting for the action to complete. If the audio filler exists, this is monochannel, 16-bit PCM WAV audio (at sample rate 16kHz) encoded in base64 encoding.
2471
+ * Otherwise, this is the text corresponding to the audio filler.
2471
2472
  */
2472
2473
  filler: string;
2473
2474
  /**
2474
2475
  * Previously Started Event
2475
2476
  * @description The previously started event that is taking too long.
2476
2477
  */
2477
- previously_started_event: unknown;
2478
+ previously_started_event: components["schemas"]["ToolCallStartedEvent"] | components["schemas"]["NavigateStateMachineDecisionStateDecisionStartedEvent"] | components["schemas"]["NavigateStateMachineReflectionStatePromptRetrievedEvent"];
2478
2479
  };
2479
2480
  AgentFrameworkInvocationMetadata: components["schemas"]["StateTransitionInvocationMetadata"] | components["schemas"]["EngageUserInvocationMetadata"];
2480
2481
  /** AnnotationState */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.36.0",
3
+ "version": "0.37.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"