@amigo-ai/sdk 0.14.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.
|
@@ -2758,10 +2758,10 @@ export interface components {
|
|
|
2758
2758
|
*/
|
|
2759
2759
|
user_id: string;
|
|
2760
2760
|
/**
|
|
2761
|
-
*
|
|
2762
|
-
* @description The ID of the
|
|
2761
|
+
* Initial Message Id
|
|
2762
|
+
* @description The ID of the initial message that led to the dynamic behavior invocation.
|
|
2763
2763
|
*/
|
|
2764
|
-
|
|
2764
|
+
initial_message_id: string;
|
|
2765
2765
|
/**
|
|
2766
2766
|
* Agent Message Id
|
|
2767
2767
|
* @description The ID of the agent message that led to the dynamic behavior invocation.
|
|
@@ -2786,6 +2786,12 @@ export interface components {
|
|
|
2786
2786
|
* @description The time when the dynamic behavior was invoked.
|
|
2787
2787
|
*/
|
|
2788
2788
|
invoked_at: string;
|
|
2789
|
+
/**
|
|
2790
|
+
* External Event Message Ids
|
|
2791
|
+
* @description The IDs of the external event messages that were considered during the invocation.
|
|
2792
|
+
* @default []
|
|
2793
|
+
*/
|
|
2794
|
+
external_event_message_ids?: string[];
|
|
2789
2795
|
};
|
|
2790
2796
|
/** DynamicBehaviorSetInstance */
|
|
2791
2797
|
DynamicBehaviorSetInstance: {
|