@amigo-ai/sdk 0.17.0 → 0.18.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.
@@ -10240,7 +10240,7 @@ export interface operations {
10240
10240
  response_format: "text" | "voice";
10241
10241
  /** @description The format of the audio response, if `response_format` is set to `voice`. */
10242
10242
  audio_format?: ("mp3" | "pcm") | null;
10243
- /** @description A regex for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `^$`. */
10243
+ /** @description A regex for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `(?!)`. */
10244
10244
  current_agent_action_type?: string;
10245
10245
  };
10246
10246
  header?: {
@@ -10656,7 +10656,7 @@ export interface operations {
10656
10656
  request_audio_config?: components["schemas"]["UserMessageAudioConfig"] | null;
10657
10657
  /** @description The format of the audio response, if `response_format` is set to `voice`. */
10658
10658
  audio_format?: ("mp3" | "pcm") | null;
10659
- /** @description An RE2 style regex pattern for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `^$`. */
10659
+ /** @description A regex for filtering the type of the current agent action to return. By default, all are returned. If you don't want to receive any events, set this to a regex that matches nothing, for instance `(?!)`. */
10660
10660
  current_agent_action_type?: string;
10661
10661
  };
10662
10662
  header?: {
@@ -10685,7 +10685,7 @@ export interface operations {
10685
10685
  "application/x-ndjson": components["schemas"]["conversation__interact_with_conversation__Response"];
10686
10686
  };
10687
10687
  };
10688
- /** @description The user message is empty, or the preferred language does not support voice transcription or response, or the `audio_format` field is not set when voice output is requested, or the timestamps for external event messages are not in the past, or the timestamps for external event messages are inconsistent with the conversation. */
10688
+ /** @description The user message is empty, or the preferred language does not support voice transcription or response, or the `audio_format` field is not set when voice output is requested. */
10689
10689
  400: {
10690
10690
  headers: {
10691
10691
  [name: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"