Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Nov 26, 2024
1 parent ab7c0a1 commit ec6ad28
Show file tree
Hide file tree
Showing 14 changed files with 457 additions and 324 deletions.
27 changes: 25 additions & 2 deletions .mock/definition/empathic-voice/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2376,6 +2376,14 @@ types:
data, and persist conversations across EVI sessions.
source:
openapi: assistant-asyncapi.json
SessionSettingsVariablesValue:
discriminated: false
union:
- string
- double
- boolean
source:
openapi: assistant-asyncapi.json
SessionSettings:
docs: Settings for this chat session.
properties:
Expand Down Expand Up @@ -2502,8 +2510,23 @@ types:
metadata:
type: optional<map<string, unknown>>
variables:
type: optional<map<string, string>>
docs: Dynamic values that can be used to populate EVI prompts.
type: optional<map<string, SessionSettingsVariablesValue>>
docs: >-
This field allows you to assign values to dynamic variables referenced
in your system prompt.
Each key represents the variable name, and the corresponding value is
the specific content you wish to assign to that variable within the
session. While the values for variables can be strings, numbers, or
booleans, the value will ultimately be converted to a string when
injected into your system prompt.
Using this field, you can personalize responses based on
session-specific details. For more guidance, see our [guide on using
dynamic
variables](/docs/empathic-voice-interface-evi/conversational-controls#dynamic-variables).
source:
openapi: assistant-asyncapi.json
Tool:
Expand Down
10 changes: 10 additions & 0 deletions .mock/definition/empathic-voice/chatGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ service:
method: GET
auth: true
docs: Fetches a paginated list of **Chat Groups**.
source:
openapi: stenographer-openapi.json
display-name: List chat_groups
request:
name: ChatGroupsListChatGroupsRequest
Expand Down Expand Up @@ -50,6 +52,8 @@ service:
Filter Chat Groups to only include Chats that used this
`config_id` in their most recent Chat.
validation:
format: uuid
response:
docs: Success
type: root.ReturnPagedChatGroups
Expand Down Expand Up @@ -81,6 +85,8 @@ service:
docs: >-
Fetches a **ChatGroup** by ID, including a paginated list of **Chats**
associated with the **ChatGroup**.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -155,6 +161,8 @@ service:
docs: >-
Fetches a paginated list of **Chat** events associated with a **Chat
Group**.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -530,6 +538,8 @@ service:
Fetches a paginated list of audio for each **Chat** within the specified
**Chat Group**. For more details, see our guide on audio reconstruction
[here](/docs/empathic-voice-interface-evi/faq#can-i-access-the-audio-of-previous-conversations-with-evi).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down
6 changes: 6 additions & 0 deletions .mock/definition/empathic-voice/chats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ service:
pagination:
offset: $request.page_number
results: $response.chats_page
source:
openapi: stenographer-openapi.json
display-name: List chats
request:
name: ChatsListChatsRequest
Expand Down Expand Up @@ -80,6 +82,8 @@ service:
pagination:
offset: $request.page_number
results: $response.events_page
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -463,6 +467,8 @@ service:
Fetches the audio of a previous **Chat**. For more details, see our
guide on audio reconstruction
[here](/docs/empathic-voice-interface-evi/faq#can-i-access-the-audio-of-previous-conversations-with-evi).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down
18 changes: 18 additions & 0 deletions .mock/definition/empathic-voice/configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
display-name: List configs
request:
name: ConfigsListConfigsRequest
Expand Down Expand Up @@ -145,6 +147,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
display-name: Create config
request:
name: PostedConfig
Expand Down Expand Up @@ -308,6 +312,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -438,6 +444,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -603,6 +611,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand All @@ -624,6 +634,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -658,6 +670,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -770,6 +784,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -807,6 +823,8 @@ service:
For more details on configuration options and how to configure EVI, see
our [configuration
guide](/docs/empathic-voice-interface-evi/configuration).
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down
12 changes: 12 additions & 0 deletions .mock/definition/empathic-voice/customVoices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ service:
Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
for details on creating a custom voice.
source:
openapi: stenographer-openapi.json
display-name: List custom voices
request:
name: CustomVoicesListCustomVoicesRequest
Expand Down Expand Up @@ -73,6 +75,8 @@ service:
Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
for details on creating a custom voice.
source:
openapi: stenographer-openapi.json
display-name: Create custom voice
request:
body: root.PostedCustomVoice
Expand Down Expand Up @@ -118,6 +122,8 @@ service:
Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
for details on creating a custom voice.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -163,6 +169,8 @@ service:
Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
for details on creating a custom voice.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -214,6 +222,8 @@ service:
Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
for details on creating a custom voice.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand All @@ -234,6 +244,8 @@ service:
Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
for details on creating a custom voice.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down
18 changes: 18 additions & 0 deletions .mock/definition/empathic-voice/prompts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ service:
pagination:
offset: $request.page_number
results: $response.prompts_page
source:
openapi: stenographer-openapi.json
display-name: List prompts
request:
name: PromptsListPromptsRequest
Expand Down Expand Up @@ -106,6 +108,8 @@ service:
See our [prompting
guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
crafting your system prompt.
source:
openapi: stenographer-openapi.json
display-name: Create prompt
request:
name: PostedPrompt
Expand Down Expand Up @@ -175,6 +179,8 @@ service:
See our [prompting
guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
crafting your system prompt.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -249,6 +255,8 @@ service:
See our [prompting
guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
crafting your system prompt.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -323,6 +331,8 @@ service:
See our [prompting
guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
crafting your system prompt.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand All @@ -344,6 +354,8 @@ service:
See our [prompting
guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
crafting your system prompt.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -378,6 +390,8 @@ service:
See our [prompting
guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
crafting your system prompt.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -434,6 +448,8 @@ service:
See our [prompting
guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
crafting your system prompt.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down Expand Up @@ -471,6 +487,8 @@ service:
See our [prompting
guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
crafting your system prompt.
source:
openapi: stenographer-openapi.json
path-parameters:
id:
type: string
Expand Down
Loading

0 comments on commit ec6ad28

Please sign in to comment.