@amigo-ai/sdk 0.15.0 → 0.16.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.
|
@@ -5997,15 +5997,6 @@ export interface components {
|
|
|
5997
5997
|
* @description The type of the `initial_message`. Can only be specified if `initial_message` is provided.
|
|
5998
5998
|
*/
|
|
5999
5999
|
initial_message_type?: ("user-message" | "external-event") | null;
|
|
6000
|
-
/**
|
|
6001
|
-
* External Events
|
|
6002
|
-
* @description A list of external event messages that are sequenced before the initial message. This field must be empty if `initial_message` is not provided.
|
|
6003
|
-
* @default []
|
|
6004
|
-
*/
|
|
6005
|
-
external_events?: [
|
|
6006
|
-
string,
|
|
6007
|
-
components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"]
|
|
6008
|
-
][];
|
|
6009
6000
|
};
|
|
6010
6001
|
conversation__create_conversation__Response: components["schemas"]["ConversationCreatedEvent"] | components["schemas"]["NewMessageEvent"] | components["schemas"]["InteractionCompleteEvent"] | components["schemas"]["CurrentAgentActionEvent"] | components["schemas"]["ErrorEvent"];
|
|
6011
6002
|
/** Request */
|