@amigo-ai/sdk 0.29.0 → 0.30.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.
@@ -2916,7 +2916,7 @@ export interface components {
2916
2916
  invoked_at: string;
2917
2917
  /**
2918
2918
  * External Event Message Ids
2919
- * @description The IDs of the external event messages that were considered during the invocation.
2919
+ * @description The IDs of the external event messages that were considered during the invocation. These do not include the initial message if it's an external event.
2920
2920
  * @default []
2921
2921
  */
2922
2922
  external_event_message_ids?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"