@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
|
|
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:
|
|
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 */
|