Skip to content

Commit 3d0c7a8

Browse files
committed
SDK regeneration
1 parent 4b08cb1 commit 3d0c7a8

30 files changed

+864
-1167
lines changed

.mock/definition/empathic-voice/__package__.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ types:
853853
UserInput:
854854
docs: >-
855855
User text to insert into the conversation. Text sent through a User Input
856-
message is treated as the users speech to EVI. EVI processes this input
856+
message is treated as the user's speech to EVI. EVI processes this input
857857
and provides a corresponding response.
858858
859859
@@ -981,21 +981,6 @@ types:
981981
- type: ToolErrorMessage
982982
source:
983983
openapi: evi-asyncapi.json
984-
TtsInput:
985-
properties:
986-
type: optional<literal<"tts">>
987-
source:
988-
openapi: evi-asyncapi.json
989-
TextInput:
990-
properties:
991-
type: optional<literal<"text_input">>
992-
source:
993-
openapi: evi-asyncapi.json
994-
FunctionCallResponseInput:
995-
properties:
996-
type: optional<literal<"function_call_response">>
997-
source:
998-
openapi: evi-asyncapi.json
999984
HTTPValidationError:
1000985
properties:
1001986
detail:
@@ -3204,12 +3189,6 @@ types:
32043189
minutes).
32053190
source:
32063191
openapi: evi-openapi.json
3207-
PostedPromptSpec:
3208-
docs: A Prompt associated with this Config.
3209-
properties:
3210-
version: optional<unknown>
3211-
source:
3212-
openapi: evi-openapi.json
32133192
PostedVoiceProvider:
32143193
enum:
32153194
- HUME_AI

.mock/definition/empathic-voice/chat.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ channel:
4747
4848
Include this parameter to apply a specific version of an EVI
4949
configuration. If omitted, the latest version will be applied.
50+
enable_context_injection:
51+
type: optional<boolean>
52+
default: true
53+
docs: >-
54+
A flag to enable context injection. Set this query parameter to true to
55+
have EVI inject context into the conversation. This is useful for
56+
scenarios where you want to provide additional information to EVI to
57+
help it better understand the user's request.
58+
event_limit:
59+
type: optional<integer>
60+
docs: >-
61+
The maximum number of chat events to return from chat history. By
62+
default, the system returns up to 300 events (100 events per page × 3
63+
pages). Set this parameter to a smaller value to limit the number of
64+
events returned.
5065
resumed_chat_group_id:
5166
type: optional<string>
5267
docs: >-

.mock/definition/empathic-voice/chatWebhooks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ imports:
22
root: __package__.yml
33
webhooks:
44
chatEnded:
5+
audiences: []
56
method: POST
67
display-name: Chat Ended
78
headers: {}
@@ -17,6 +18,7 @@ webhooks:
1718
event_name: chat_ended
1819
docs: Sent when an EVI chat ends.
1920
chatStarted:
21+
audiences: []
2022
method: POST
2123
display-name: Chat Started
2224
headers: {}

.mock/definition/empathic-voice/configs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ service:
664664
response:
665665
docs: Success
666666
type: text
667+
status-code: 200
667668
errors:
668669
- root.BadRequestError
669670
examples:

.mock/definition/empathic-voice/prompts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ service:
377377
response:
378378
docs: Success
379379
type: text
380+
status-code: 200
380381
errors:
381382
- root.BadRequestError
382383
examples:

.mock/definition/empathic-voice/tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ service:
430430
content-type: application/json
431431
response:
432432
docs: Success
433+
type: text
434+
status-code: 200
433435
errors:
434436
- root.BadRequestError
435437
examples:

.mock/definition/expression-measurement/stream/stream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
channel:
2-
path: /v0/stream/models
2+
path: /models
33
url: prod
44
auth: false
55
headers:

0 commit comments

Comments
 (0)