hume 0.15.12 → 0.15.13
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.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +11 -3
- package/dist/cjs/api/resources/empathicVoice/resources/chatGroups/client/Client.js +11 -3
- package/dist/cjs/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsGetAudioRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsGetChatGroupRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/resources/chats/client/Client.d.ts +8 -2
- package/dist/cjs/api/resources/empathicVoice/resources/chats/client/Client.js +8 -2
- package/dist/cjs/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/configs/client/Client.d.ts +58 -10
- package/dist/cjs/api/resources/empathicVoice/resources/configs/client/Client.js +58 -10
- package/dist/cjs/api/resources/empathicVoice/resources/configs/client/requests/ConfigsListConfigVersionsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/configs/client/requests/ConfigsListConfigsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +3 -2
- package/dist/cjs/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +2 -2
- package/dist/cjs/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +57 -9
- package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/Client.js +57 -9
- package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptVersionsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptsRequest.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/resources/tools/client/Client.d.ts +57 -9
- package/dist/cjs/api/resources/empathicVoice/resources/tools/client/Client.js +57 -9
- package/dist/cjs/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.ts +16 -5
- package/dist/cjs/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolName.d.ts +8 -1
- package/dist/cjs/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.ts +8 -4
- package/dist/cjs/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/types/AssistantEnd.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/types/AssistantInput.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/types/AssistantProsody.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/types/AudioInput.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/AudioOutput.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/ChatMetadata.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/ConnectSessionSettings.d.ts +4 -2
- package/dist/cjs/api/resources/empathicVoice/types/ConnectSessionSettingsAudio.d.ts +3 -3
- package/dist/cjs/api/resources/empathicVoice/types/ConnectSessionSettingsContext.d.ts +5 -11
- package/dist/cjs/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/PostedBuiltinTool.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/types/PostedEllmModel.d.ts +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/PostedEventMessageSpec.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/PostedLanguageModel.d.ts +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/PostedNudgeSpec.d.ts +2 -2
- package/dist/cjs/api/resources/empathicVoice/types/PostedTimeoutSpec.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/PostedWebhookEventType.d.ts +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/PostedWebhookEventType.js +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/PostedWebhookSpec.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/ResumeAssistantMessage.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/ReturnBuiltinTool.d.ts +9 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnChat.d.ts +4 -4
- package/dist/cjs/api/resources/empathicVoice/types/ReturnChatEvent.d.ts +9 -5
- package/dist/cjs/api/resources/empathicVoice/types/ReturnChatGroup.d.ts +5 -5
- package/dist/cjs/api/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.d.ts +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.ts +10 -6
- package/dist/cjs/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.ts +7 -3
- package/dist/cjs/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.ts +10 -6
- package/dist/cjs/api/resources/empathicVoice/types/ReturnConfig.d.ts +17 -7
- package/dist/cjs/api/resources/empathicVoice/types/ReturnConfigSpec.d.ts +8 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnEllmModel.d.ts +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/ReturnEventMessageSpec.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/ReturnLanguageModel.d.ts +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/ReturnNudgeSpec.d.ts +2 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedChats.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedConfigs.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedPrompts.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnPrompt.d.ts +8 -4
- package/dist/cjs/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/ReturnUserDefinedTool.d.ts +16 -5
- package/dist/cjs/api/resources/empathicVoice/types/ReturnWebhookEventType.d.ts +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/ReturnWebhookEventType.js +5 -1
- package/dist/cjs/api/resources/empathicVoice/types/ReturnWebhookSpec.d.ts +6 -2
- package/dist/cjs/api/resources/empathicVoice/types/SessionSettings.d.ts +13 -4
- package/dist/cjs/api/resources/empathicVoice/types/ToolCallMessage.d.ts +8 -2
- package/dist/cjs/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/UserInput.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/types/UserInterruption.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/UserMessage.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/VoiceId.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/types/VoiceName.d.ts +1 -1
- package/dist/cjs/api/resources/empathicVoice/types/WebSocketError.d.ts +3 -1
- package/dist/cjs/api/resources/empathicVoice/types/WebhookEventChatEnded.d.ts +2 -0
- package/dist/cjs/api/resources/empathicVoice/types/WebhookEventChatStarted.d.ts +2 -0
- package/dist/cjs/api/resources/empathicVoice/types/WebhookEventToolCall.d.ts +2 -0
- package/dist/cjs/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Client.js +2 -2
- package/dist/cjs/api/resources/tts/resources/voices/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/tts/resources/voices/client/Client.js +1 -1
- package/dist/cjs/api/resources/tts/resources/voices/client/requests/VoicesListRequest.d.ts +1 -1
- package/dist/cjs/api/resources/tts/types/PostedUtteranceVoiceWithId.d.ts +1 -1
- package/dist/cjs/api/resources/tts/types/PostedUtteranceVoiceWithName.d.ts +1 -1
- package/dist/cjs/api/resources/tts/types/ReturnPagedVoices.d.ts +5 -1
- package/dist/cjs/core/schemas/builders/object/object.js +20 -2
- package/dist/cjs/serialization/resources/empathicVoice/types/WebhookEventChatEnded.d.ts +1 -0
- package/dist/cjs/serialization/resources/empathicVoice/types/WebhookEventChatEnded.js +1 -0
- package/dist/cjs/serialization/resources/empathicVoice/types/WebhookEventChatStarted.d.ts +1 -0
- package/dist/cjs/serialization/resources/empathicVoice/types/WebhookEventChatStarted.js +1 -0
- package/dist/cjs/serialization/resources/empathicVoice/types/WebhookEventToolCall.d.ts +1 -0
- package/dist/cjs/serialization/resources/empathicVoice/types/WebhookEventToolCall.js +1 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/empathicVoice/resources/chatGroups/client/Client.d.mts +11 -3
- package/dist/esm/api/resources/empathicVoice/resources/chatGroups/client/Client.mjs +11 -3
- package/dist/esm/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsGetAudioRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsGetChatGroupRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/resources/chats/client/Client.d.mts +8 -2
- package/dist/esm/api/resources/empathicVoice/resources/chats/client/Client.mjs +8 -2
- package/dist/esm/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/configs/client/Client.d.mts +58 -10
- package/dist/esm/api/resources/empathicVoice/resources/configs/client/Client.mjs +58 -10
- package/dist/esm/api/resources/empathicVoice/resources/configs/client/requests/ConfigsListConfigVersionsRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/configs/client/requests/ConfigsListConfigsRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.mts +3 -2
- package/dist/esm/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.mts +2 -2
- package/dist/esm/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersionDescription.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/prompts/client/Client.d.mts +57 -9
- package/dist/esm/api/resources/empathicVoice/resources/prompts/client/Client.mjs +57 -9
- package/dist/esm/api/resources/empathicVoice/resources/prompts/client/requests/PostedPrompt.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersion.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/resources/prompts/client/requests/PostedPromptVersionDescription.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptVersionsRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptsRequest.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/resources/tools/client/Client.d.mts +57 -9
- package/dist/esm/api/resources/empathicVoice/resources/tools/client/Client.mjs +57 -9
- package/dist/esm/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedTool.d.mts +16 -5
- package/dist/esm/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolName.d.mts +8 -1
- package/dist/esm/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersion.d.mts +8 -4
- package/dist/esm/api/resources/empathicVoice/resources/tools/client/requests/PostedUserDefinedToolVersionDescription.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/types/AssistantEnd.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/types/AssistantInput.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/AssistantMessage.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/types/AssistantProsody.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/types/AudioInput.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/AudioOutput.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/ChatMetadata.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/ConnectSessionSettings.d.mts +4 -2
- package/dist/esm/api/resources/empathicVoice/types/ConnectSessionSettingsAudio.d.mts +3 -3
- package/dist/esm/api/resources/empathicVoice/types/ConnectSessionSettingsContext.d.mts +5 -11
- package/dist/esm/api/resources/empathicVoice/types/PauseAssistantMessage.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/PostedBuiltinTool.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/types/PostedEllmModel.d.mts +5 -1
- package/dist/esm/api/resources/empathicVoice/types/PostedEventMessageSpec.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/PostedEventMessageSpecs.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/PostedLanguageModel.d.mts +5 -1
- package/dist/esm/api/resources/empathicVoice/types/PostedNudgeSpec.d.mts +2 -2
- package/dist/esm/api/resources/empathicVoice/types/PostedTimeoutSpec.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/PostedTimeoutSpecs.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/PostedWebhookEventType.d.mts +5 -1
- package/dist/esm/api/resources/empathicVoice/types/PostedWebhookEventType.mjs +5 -1
- package/dist/esm/api/resources/empathicVoice/types/PostedWebhookSpec.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/ResumeAssistantMessage.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/ReturnBuiltinTool.d.mts +9 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnChat.d.mts +4 -4
- package/dist/esm/api/resources/empathicVoice/types/ReturnChatEvent.d.mts +9 -5
- package/dist/esm/api/resources/empathicVoice/types/ReturnChatGroup.d.mts +5 -5
- package/dist/esm/api/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.d.mts +5 -1
- package/dist/esm/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.d.mts +10 -6
- package/dist/esm/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.d.mts +7 -3
- package/dist/esm/api/resources/empathicVoice/types/ReturnChatPagedEvents.d.mts +10 -6
- package/dist/esm/api/resources/empathicVoice/types/ReturnConfig.d.mts +17 -7
- package/dist/esm/api/resources/empathicVoice/types/ReturnConfigSpec.d.mts +8 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnEllmModel.d.mts +5 -1
- package/dist/esm/api/resources/empathicVoice/types/ReturnEventMessageSpec.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnEventMessageSpecs.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/ReturnLanguageModel.d.mts +5 -1
- package/dist/esm/api/resources/empathicVoice/types/ReturnNudgeSpec.d.mts +2 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnPagedChatGroups.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnPagedChats.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnPagedConfigs.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnPagedPrompts.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnPrompt.d.mts +8 -4
- package/dist/esm/api/resources/empathicVoice/types/ReturnTimeoutSpec.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/ReturnTimeoutSpecs.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/ReturnUserDefinedTool.d.mts +16 -5
- package/dist/esm/api/resources/empathicVoice/types/ReturnWebhookEventType.d.mts +5 -1
- package/dist/esm/api/resources/empathicVoice/types/ReturnWebhookEventType.mjs +5 -1
- package/dist/esm/api/resources/empathicVoice/types/ReturnWebhookSpec.d.mts +6 -2
- package/dist/esm/api/resources/empathicVoice/types/SessionSettings.d.mts +13 -4
- package/dist/esm/api/resources/empathicVoice/types/ToolCallMessage.d.mts +8 -2
- package/dist/esm/api/resources/empathicVoice/types/ToolErrorMessage.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/ToolResponseMessage.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/UserInput.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/types/UserInterruption.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/UserMessage.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/VoiceId.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/types/VoiceName.d.mts +1 -1
- package/dist/esm/api/resources/empathicVoice/types/WebSocketError.d.mts +3 -1
- package/dist/esm/api/resources/empathicVoice/types/WebhookEventChatEnded.d.mts +2 -0
- package/dist/esm/api/resources/empathicVoice/types/WebhookEventChatStarted.d.mts +2 -0
- package/dist/esm/api/resources/empathicVoice/types/WebhookEventToolCall.d.mts +2 -0
- package/dist/esm/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Client.mjs +2 -2
- package/dist/esm/api/resources/tts/resources/voices/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/tts/resources/voices/client/Client.mjs +1 -1
- package/dist/esm/api/resources/tts/resources/voices/client/requests/VoicesListRequest.d.mts +1 -1
- package/dist/esm/api/resources/tts/types/PostedUtteranceVoiceWithId.d.mts +1 -1
- package/dist/esm/api/resources/tts/types/PostedUtteranceVoiceWithName.d.mts +1 -1
- package/dist/esm/api/resources/tts/types/ReturnPagedVoices.d.mts +5 -1
- package/dist/esm/core/schemas/builders/object/object.mjs +20 -2
- package/dist/esm/serialization/resources/empathicVoice/types/WebhookEventChatEnded.d.mts +1 -0
- package/dist/esm/serialization/resources/empathicVoice/types/WebhookEventChatEnded.mjs +1 -0
- package/dist/esm/serialization/resources/empathicVoice/types/WebhookEventChatStarted.d.mts +1 -0
- package/dist/esm/serialization/resources/empathicVoice/types/WebhookEventChatStarted.mjs +1 -0
- package/dist/esm/serialization/resources/empathicVoice/types/WebhookEventToolCall.d.mts +1 -0
- package/dist/esm/serialization/resources/empathicVoice/types/WebhookEventToolCall.mjs +1 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +630 -46
- package/dist/cjs/core/fetcher/ResponseWithBody.d.ts +0 -4
- package/dist/cjs/core/fetcher/ResponseWithBody.js +0 -6
- package/dist/esm/core/fetcher/ResponseWithBody.d.mts +0 -4
- package/dist/esm/core/fetcher/ResponseWithBody.mjs +0 -3
package/reference.md
CHANGED
|
@@ -228,7 +228,7 @@ await client.tts.synthesizeFileStreaming({
|
|
|
228
228
|
</dl>
|
|
229
229
|
</details>
|
|
230
230
|
|
|
231
|
-
<details><summary><code>client.tts.<a href="/src/api/resources/tts/client/Client.ts">synthesizeJsonStreaming</a>({ ...params }) -> core.Stream
|
|
231
|
+
<details><summary><code>client.tts.<a href="/src/api/resources/tts/client/Client.ts">synthesizeJsonStreaming</a>({ ...params }) -> core.Stream<Hume.TtsOutput></code></summary>
|
|
232
232
|
<dl>
|
|
233
233
|
<dd>
|
|
234
234
|
|
|
@@ -304,7 +304,7 @@ for await (const item of response) {
|
|
|
304
304
|
</dl>
|
|
305
305
|
</details>
|
|
306
306
|
|
|
307
|
-
<details><summary><code>client.tts.<a href="/src/api/resources/tts/client/Client.ts">convertVoiceJson</a>({ ...params }) -> core.Stream
|
|
307
|
+
<details><summary><code>client.tts.<a href="/src/api/resources/tts/client/Client.ts">convertVoiceJson</a>({ ...params }) -> core.Stream<Hume.TtsOutput></code></summary>
|
|
308
308
|
<dl>
|
|
309
309
|
<dd>
|
|
310
310
|
|
|
@@ -357,7 +357,7 @@ for await (const item of response) {
|
|
|
357
357
|
</details>
|
|
358
358
|
|
|
359
359
|
## Tts Voices
|
|
360
|
-
<details><summary><code>client.tts.voices.<a href="/src/api/resources/tts/resources/voices/client/Client.ts">list</a>({ ...params }) -> core.Page
|
|
360
|
+
<details><summary><code>client.tts.voices.<a href="/src/api/resources/tts/resources/voices/client/Client.ts">list</a>({ ...params }) -> core.Page<Hume.ReturnVoice, Hume.ReturnPagedVoices></code></summary>
|
|
361
361
|
<dl>
|
|
362
362
|
<dd>
|
|
363
363
|
|
|
@@ -369,7 +369,7 @@ for await (const item of response) {
|
|
|
369
369
|
<dl>
|
|
370
370
|
<dd>
|
|
371
371
|
|
|
372
|
-
Lists voices you have saved in your account, or voices from the [Voice Library](https://app.hume.ai/
|
|
372
|
+
Lists voices you have saved in your account, or voices from the [Voice Library](https://app.hume.ai/tts/voice-library).
|
|
373
373
|
</dd>
|
|
374
374
|
</dl>
|
|
375
375
|
</dd>
|
|
@@ -644,10 +644,24 @@ await client.empathicVoice.controlPlane.send("chat_id", {
|
|
|
644
644
|
</details>
|
|
645
645
|
|
|
646
646
|
## EmpathicVoice ChatGroups
|
|
647
|
-
<details><summary><code>client.empathicVoice.chatGroups.<a href="/src/api/resources/empathicVoice/resources/chatGroups/client/Client.ts">listChatGroups</a>({ ...params }) -> core.Page
|
|
647
|
+
<details><summary><code>client.empathicVoice.chatGroups.<a href="/src/api/resources/empathicVoice/resources/chatGroups/client/Client.ts">listChatGroups</a>({ ...params }) -> core.Page<Hume.ReturnChatGroup, Hume.ReturnPagedChatGroups></code></summary>
|
|
648
648
|
<dl>
|
|
649
649
|
<dd>
|
|
650
650
|
|
|
651
|
+
#### 📝 Description
|
|
652
|
+
|
|
653
|
+
<dl>
|
|
654
|
+
<dd>
|
|
655
|
+
|
|
656
|
+
<dl>
|
|
657
|
+
<dd>
|
|
658
|
+
|
|
659
|
+
Fetches a paginated list of **Chat Groups**.
|
|
660
|
+
</dd>
|
|
661
|
+
</dl>
|
|
662
|
+
</dd>
|
|
663
|
+
</dl>
|
|
664
|
+
|
|
651
665
|
#### 🔌 Usage
|
|
652
666
|
|
|
653
667
|
<dl>
|
|
@@ -719,6 +733,20 @@ const response = page.response;
|
|
|
719
733
|
<dl>
|
|
720
734
|
<dd>
|
|
721
735
|
|
|
736
|
+
#### 📝 Description
|
|
737
|
+
|
|
738
|
+
<dl>
|
|
739
|
+
<dd>
|
|
740
|
+
|
|
741
|
+
<dl>
|
|
742
|
+
<dd>
|
|
743
|
+
|
|
744
|
+
Fetches a **ChatGroup** by ID, including a paginated list of **Chats** associated with the **ChatGroup**.
|
|
745
|
+
</dd>
|
|
746
|
+
</dl>
|
|
747
|
+
</dd>
|
|
748
|
+
</dl>
|
|
749
|
+
|
|
722
750
|
#### 🔌 Usage
|
|
723
751
|
|
|
724
752
|
<dl>
|
|
@@ -748,7 +776,7 @@ await client.empathicVoice.chatGroups.getChatGroup("697056f0-6c7e-487d-9bd8-9c19
|
|
|
748
776
|
<dl>
|
|
749
777
|
<dd>
|
|
750
778
|
|
|
751
|
-
**id:** `string` — Identifier for a
|
|
779
|
+
**id:** `string` — Identifier for a Chat Group. Formatted as a UUID.
|
|
752
780
|
|
|
753
781
|
</dd>
|
|
754
782
|
</dl>
|
|
@@ -780,6 +808,20 @@ await client.empathicVoice.chatGroups.getChatGroup("697056f0-6c7e-487d-9bd8-9c19
|
|
|
780
808
|
<dl>
|
|
781
809
|
<dd>
|
|
782
810
|
|
|
811
|
+
#### 📝 Description
|
|
812
|
+
|
|
813
|
+
<dl>
|
|
814
|
+
<dd>
|
|
815
|
+
|
|
816
|
+
<dl>
|
|
817
|
+
<dd>
|
|
818
|
+
|
|
819
|
+
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/speech-to-speech-evi/faq#can-i-access-the-audio-of-previous-conversations-with-evi).
|
|
820
|
+
</dd>
|
|
821
|
+
</dl>
|
|
822
|
+
</dd>
|
|
823
|
+
</dl>
|
|
824
|
+
|
|
783
825
|
#### 🔌 Usage
|
|
784
826
|
|
|
785
827
|
<dl>
|
|
@@ -809,7 +851,7 @@ await client.empathicVoice.chatGroups.getAudio("369846cf-6ad5-404d-905e-a8acb5cd
|
|
|
809
851
|
<dl>
|
|
810
852
|
<dd>
|
|
811
853
|
|
|
812
|
-
**id:** `string` — Identifier for a
|
|
854
|
+
**id:** `string` — Identifier for a Chat Group. Formatted as a UUID.
|
|
813
855
|
|
|
814
856
|
</dd>
|
|
815
857
|
</dl>
|
|
@@ -837,10 +879,24 @@ await client.empathicVoice.chatGroups.getAudio("369846cf-6ad5-404d-905e-a8acb5cd
|
|
|
837
879
|
</dl>
|
|
838
880
|
</details>
|
|
839
881
|
|
|
840
|
-
<details><summary><code>client.empathicVoice.chatGroups.<a href="/src/api/resources/empathicVoice/resources/chatGroups/client/Client.ts">listChatGroupEvents</a>(id, { ...params }) -> core.Page
|
|
882
|
+
<details><summary><code>client.empathicVoice.chatGroups.<a href="/src/api/resources/empathicVoice/resources/chatGroups/client/Client.ts">listChatGroupEvents</a>(id, { ...params }) -> core.Page<Hume.ReturnChatEvent, Hume.ReturnChatGroupPagedEvents></code></summary>
|
|
883
|
+
<dl>
|
|
884
|
+
<dd>
|
|
885
|
+
|
|
886
|
+
#### 📝 Description
|
|
887
|
+
|
|
888
|
+
<dl>
|
|
889
|
+
<dd>
|
|
890
|
+
|
|
841
891
|
<dl>
|
|
842
892
|
<dd>
|
|
843
893
|
|
|
894
|
+
Fetches a paginated list of **Chat** events associated with a **Chat Group**.
|
|
895
|
+
</dd>
|
|
896
|
+
</dl>
|
|
897
|
+
</dd>
|
|
898
|
+
</dl>
|
|
899
|
+
|
|
844
900
|
#### 🔌 Usage
|
|
845
901
|
|
|
846
902
|
<dl>
|
|
@@ -886,7 +942,7 @@ const response = page.response;
|
|
|
886
942
|
<dl>
|
|
887
943
|
<dd>
|
|
888
944
|
|
|
889
|
-
**id:** `string` — Identifier for a
|
|
945
|
+
**id:** `string` — Identifier for a Chat Group. Formatted as a UUID.
|
|
890
946
|
|
|
891
947
|
</dd>
|
|
892
948
|
</dl>
|
|
@@ -915,10 +971,24 @@ const response = page.response;
|
|
|
915
971
|
</details>
|
|
916
972
|
|
|
917
973
|
## EmpathicVoice Chats
|
|
918
|
-
<details><summary><code>client.empathicVoice.chats.<a href="/src/api/resources/empathicVoice/resources/chats/client/Client.ts">listChats</a>({ ...params }) -> core.Page
|
|
974
|
+
<details><summary><code>client.empathicVoice.chats.<a href="/src/api/resources/empathicVoice/resources/chats/client/Client.ts">listChats</a>({ ...params }) -> core.Page<Hume.ReturnChat, Hume.ReturnPagedChats></code></summary>
|
|
919
975
|
<dl>
|
|
920
976
|
<dd>
|
|
921
977
|
|
|
978
|
+
#### 📝 Description
|
|
979
|
+
|
|
980
|
+
<dl>
|
|
981
|
+
<dd>
|
|
982
|
+
|
|
983
|
+
<dl>
|
|
984
|
+
<dd>
|
|
985
|
+
|
|
986
|
+
Fetches a paginated list of **Chats**.
|
|
987
|
+
</dd>
|
|
988
|
+
</dl>
|
|
989
|
+
</dd>
|
|
990
|
+
</dl>
|
|
991
|
+
|
|
922
992
|
#### 🔌 Usage
|
|
923
993
|
|
|
924
994
|
<dl>
|
|
@@ -984,10 +1054,24 @@ const response = page.response;
|
|
|
984
1054
|
</dl>
|
|
985
1055
|
</details>
|
|
986
1056
|
|
|
987
|
-
<details><summary><code>client.empathicVoice.chats.<a href="/src/api/resources/empathicVoice/resources/chats/client/Client.ts">listChatEvents</a>(id, { ...params }) -> core.Page
|
|
1057
|
+
<details><summary><code>client.empathicVoice.chats.<a href="/src/api/resources/empathicVoice/resources/chats/client/Client.ts">listChatEvents</a>(id, { ...params }) -> core.Page<Hume.ReturnChatEvent, Hume.ReturnChatPagedEvents></code></summary>
|
|
1058
|
+
<dl>
|
|
1059
|
+
<dd>
|
|
1060
|
+
|
|
1061
|
+
#### 📝 Description
|
|
1062
|
+
|
|
988
1063
|
<dl>
|
|
989
1064
|
<dd>
|
|
990
1065
|
|
|
1066
|
+
<dl>
|
|
1067
|
+
<dd>
|
|
1068
|
+
|
|
1069
|
+
Fetches a paginated list of **Chat** events.
|
|
1070
|
+
</dd>
|
|
1071
|
+
</dl>
|
|
1072
|
+
</dd>
|
|
1073
|
+
</dl>
|
|
1074
|
+
|
|
991
1075
|
#### 🔌 Usage
|
|
992
1076
|
|
|
993
1077
|
<dl>
|
|
@@ -1033,7 +1117,7 @@ const response = page.response;
|
|
|
1033
1117
|
<dl>
|
|
1034
1118
|
<dd>
|
|
1035
1119
|
|
|
1036
|
-
**id:** `string` — Identifier for a
|
|
1120
|
+
**id:** `string` — Identifier for a Chat. Formatted as a UUID.
|
|
1037
1121
|
|
|
1038
1122
|
</dd>
|
|
1039
1123
|
</dl>
|
|
@@ -1065,6 +1149,20 @@ const response = page.response;
|
|
|
1065
1149
|
<dl>
|
|
1066
1150
|
<dd>
|
|
1067
1151
|
|
|
1152
|
+
#### 📝 Description
|
|
1153
|
+
|
|
1154
|
+
<dl>
|
|
1155
|
+
<dd>
|
|
1156
|
+
|
|
1157
|
+
<dl>
|
|
1158
|
+
<dd>
|
|
1159
|
+
|
|
1160
|
+
Fetches the audio of a previous **Chat**. For more details, see our guide on audio reconstruction [here](/docs/speech-to-speech-evi/faq#can-i-access-the-audio-of-previous-conversations-with-evi).
|
|
1161
|
+
</dd>
|
|
1162
|
+
</dl>
|
|
1163
|
+
</dd>
|
|
1164
|
+
</dl>
|
|
1165
|
+
|
|
1068
1166
|
#### 🔌 Usage
|
|
1069
1167
|
|
|
1070
1168
|
<dl>
|
|
@@ -1090,7 +1188,7 @@ await client.empathicVoice.chats.getAudio("470a49f6-1dec-4afe-8b61-035d3b2d63b0"
|
|
|
1090
1188
|
<dl>
|
|
1091
1189
|
<dd>
|
|
1092
1190
|
|
|
1093
|
-
**id:** `string` — Identifier for a
|
|
1191
|
+
**id:** `string` — Identifier for a Chat. Formatted as a UUID.
|
|
1094
1192
|
|
|
1095
1193
|
</dd>
|
|
1096
1194
|
</dl>
|
|
@@ -1111,10 +1209,26 @@ await client.empathicVoice.chats.getAudio("470a49f6-1dec-4afe-8b61-035d3b2d63b0"
|
|
|
1111
1209
|
</details>
|
|
1112
1210
|
|
|
1113
1211
|
## EmpathicVoice Configs
|
|
1114
|
-
<details><summary><code>client.empathicVoice.configs.<a href="/src/api/resources/empathicVoice/resources/configs/client/Client.ts">listConfigs</a>({ ...params }) -> core.Page
|
|
1212
|
+
<details><summary><code>client.empathicVoice.configs.<a href="/src/api/resources/empathicVoice/resources/configs/client/Client.ts">listConfigs</a>({ ...params }) -> core.Page<Hume.ReturnConfig, Hume.ReturnPagedConfigs></code></summary>
|
|
1213
|
+
<dl>
|
|
1214
|
+
<dd>
|
|
1215
|
+
|
|
1216
|
+
#### 📝 Description
|
|
1217
|
+
|
|
1218
|
+
<dl>
|
|
1219
|
+
<dd>
|
|
1220
|
+
|
|
1115
1221
|
<dl>
|
|
1116
1222
|
<dd>
|
|
1117
1223
|
|
|
1224
|
+
Fetches a paginated list of **Configs**.
|
|
1225
|
+
|
|
1226
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1227
|
+
</dd>
|
|
1228
|
+
</dl>
|
|
1229
|
+
</dd>
|
|
1230
|
+
</dl>
|
|
1231
|
+
|
|
1118
1232
|
#### 🔌 Usage
|
|
1119
1233
|
|
|
1120
1234
|
<dl>
|
|
@@ -1182,6 +1296,22 @@ const response = page.response;
|
|
|
1182
1296
|
<dl>
|
|
1183
1297
|
<dd>
|
|
1184
1298
|
|
|
1299
|
+
#### 📝 Description
|
|
1300
|
+
|
|
1301
|
+
<dl>
|
|
1302
|
+
<dd>
|
|
1303
|
+
|
|
1304
|
+
<dl>
|
|
1305
|
+
<dd>
|
|
1306
|
+
|
|
1307
|
+
Creates a **Config** which can be applied to EVI.
|
|
1308
|
+
|
|
1309
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1310
|
+
</dd>
|
|
1311
|
+
</dl>
|
|
1312
|
+
</dd>
|
|
1313
|
+
</dl>
|
|
1314
|
+
|
|
1185
1315
|
#### 🔌 Usage
|
|
1186
1316
|
|
|
1187
1317
|
<dl>
|
|
@@ -1257,10 +1387,26 @@ await client.empathicVoice.configs.createConfig({
|
|
|
1257
1387
|
</dl>
|
|
1258
1388
|
</details>
|
|
1259
1389
|
|
|
1260
|
-
<details><summary><code>client.empathicVoice.configs.<a href="/src/api/resources/empathicVoice/resources/configs/client/Client.ts">listConfigVersions</a>(id, { ...params }) -> core.Page
|
|
1390
|
+
<details><summary><code>client.empathicVoice.configs.<a href="/src/api/resources/empathicVoice/resources/configs/client/Client.ts">listConfigVersions</a>(id, { ...params }) -> core.Page<Hume.ReturnConfig, Hume.ReturnPagedConfigs></code></summary>
|
|
1391
|
+
<dl>
|
|
1392
|
+
<dd>
|
|
1393
|
+
|
|
1394
|
+
#### 📝 Description
|
|
1395
|
+
|
|
1261
1396
|
<dl>
|
|
1262
1397
|
<dd>
|
|
1263
1398
|
|
|
1399
|
+
<dl>
|
|
1400
|
+
<dd>
|
|
1401
|
+
|
|
1402
|
+
Fetches a list of a **Config's** versions.
|
|
1403
|
+
|
|
1404
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1405
|
+
</dd>
|
|
1406
|
+
</dl>
|
|
1407
|
+
</dd>
|
|
1408
|
+
</dl>
|
|
1409
|
+
|
|
1264
1410
|
#### 🔌 Usage
|
|
1265
1411
|
|
|
1266
1412
|
<dl>
|
|
@@ -1298,7 +1444,7 @@ const response = page.response;
|
|
|
1298
1444
|
<dl>
|
|
1299
1445
|
<dd>
|
|
1300
1446
|
|
|
1301
|
-
**id:** `string` — Identifier for a
|
|
1447
|
+
**id:** `string` — Identifier for a Config. Formatted as a UUID.
|
|
1302
1448
|
|
|
1303
1449
|
</dd>
|
|
1304
1450
|
</dl>
|
|
@@ -1330,6 +1476,22 @@ const response = page.response;
|
|
|
1330
1476
|
<dl>
|
|
1331
1477
|
<dd>
|
|
1332
1478
|
|
|
1479
|
+
#### 📝 Description
|
|
1480
|
+
|
|
1481
|
+
<dl>
|
|
1482
|
+
<dd>
|
|
1483
|
+
|
|
1484
|
+
<dl>
|
|
1485
|
+
<dd>
|
|
1486
|
+
|
|
1487
|
+
Updates a **Config** by creating a new version of the **Config**.
|
|
1488
|
+
|
|
1489
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1490
|
+
</dd>
|
|
1491
|
+
</dl>
|
|
1492
|
+
</dd>
|
|
1493
|
+
</dl>
|
|
1494
|
+
|
|
1333
1495
|
#### 🔌 Usage
|
|
1334
1496
|
|
|
1335
1497
|
<dl>
|
|
@@ -1388,7 +1550,7 @@ await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-
|
|
|
1388
1550
|
<dl>
|
|
1389
1551
|
<dd>
|
|
1390
1552
|
|
|
1391
|
-
**id:** `string` — Identifier for a
|
|
1553
|
+
**id:** `string` — Identifier for a Config. Formatted as a UUID.
|
|
1392
1554
|
|
|
1393
1555
|
</dd>
|
|
1394
1556
|
</dl>
|
|
@@ -1420,6 +1582,22 @@ await client.empathicVoice.configs.createConfigVersion("1b60e1a0-cc59-424a-8d2c-
|
|
|
1420
1582
|
<dl>
|
|
1421
1583
|
<dd>
|
|
1422
1584
|
|
|
1585
|
+
#### 📝 Description
|
|
1586
|
+
|
|
1587
|
+
<dl>
|
|
1588
|
+
<dd>
|
|
1589
|
+
|
|
1590
|
+
<dl>
|
|
1591
|
+
<dd>
|
|
1592
|
+
|
|
1593
|
+
Deletes a **Config** and its versions.
|
|
1594
|
+
|
|
1595
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1596
|
+
</dd>
|
|
1597
|
+
</dl>
|
|
1598
|
+
</dd>
|
|
1599
|
+
</dl>
|
|
1600
|
+
|
|
1423
1601
|
#### 🔌 Usage
|
|
1424
1602
|
|
|
1425
1603
|
<dl>
|
|
@@ -1445,7 +1623,7 @@ await client.empathicVoice.configs.deleteConfig("1b60e1a0-cc59-424a-8d2c-189d354
|
|
|
1445
1623
|
<dl>
|
|
1446
1624
|
<dd>
|
|
1447
1625
|
|
|
1448
|
-
**id:** `string` — Identifier for a
|
|
1626
|
+
**id:** `string` — Identifier for a Config. Formatted as a UUID.
|
|
1449
1627
|
|
|
1450
1628
|
</dd>
|
|
1451
1629
|
</dl>
|
|
@@ -1469,6 +1647,22 @@ await client.empathicVoice.configs.deleteConfig("1b60e1a0-cc59-424a-8d2c-189d354
|
|
|
1469
1647
|
<dl>
|
|
1470
1648
|
<dd>
|
|
1471
1649
|
|
|
1650
|
+
#### 📝 Description
|
|
1651
|
+
|
|
1652
|
+
<dl>
|
|
1653
|
+
<dd>
|
|
1654
|
+
|
|
1655
|
+
<dl>
|
|
1656
|
+
<dd>
|
|
1657
|
+
|
|
1658
|
+
Updates the name of a **Config**.
|
|
1659
|
+
|
|
1660
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1661
|
+
</dd>
|
|
1662
|
+
</dl>
|
|
1663
|
+
</dd>
|
|
1664
|
+
</dl>
|
|
1665
|
+
|
|
1472
1666
|
#### 🔌 Usage
|
|
1473
1667
|
|
|
1474
1668
|
<dl>
|
|
@@ -1496,7 +1690,7 @@ await client.empathicVoice.configs.updateConfigName("1b60e1a0-cc59-424a-8d2c-189
|
|
|
1496
1690
|
<dl>
|
|
1497
1691
|
<dd>
|
|
1498
1692
|
|
|
1499
|
-
**id:** `string` — Identifier for a
|
|
1693
|
+
**id:** `string` — Identifier for a Config. Formatted as a UUID.
|
|
1500
1694
|
|
|
1501
1695
|
</dd>
|
|
1502
1696
|
</dl>
|
|
@@ -1528,6 +1722,22 @@ await client.empathicVoice.configs.updateConfigName("1b60e1a0-cc59-424a-8d2c-189
|
|
|
1528
1722
|
<dl>
|
|
1529
1723
|
<dd>
|
|
1530
1724
|
|
|
1725
|
+
#### 📝 Description
|
|
1726
|
+
|
|
1727
|
+
<dl>
|
|
1728
|
+
<dd>
|
|
1729
|
+
|
|
1730
|
+
<dl>
|
|
1731
|
+
<dd>
|
|
1732
|
+
|
|
1733
|
+
Fetches a specified version of a **Config**.
|
|
1734
|
+
|
|
1735
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1736
|
+
</dd>
|
|
1737
|
+
</dl>
|
|
1738
|
+
</dd>
|
|
1739
|
+
</dl>
|
|
1740
|
+
|
|
1531
1741
|
#### 🔌 Usage
|
|
1532
1742
|
|
|
1533
1743
|
<dl>
|
|
@@ -1553,7 +1763,7 @@ await client.empathicVoice.configs.getConfigVersion("1b60e1a0-cc59-424a-8d2c-189
|
|
|
1553
1763
|
<dl>
|
|
1554
1764
|
<dd>
|
|
1555
1765
|
|
|
1556
|
-
**id:** `string` — Identifier for a
|
|
1766
|
+
**id:** `string` — Identifier for a Config. Formatted as a UUID.
|
|
1557
1767
|
|
|
1558
1768
|
</dd>
|
|
1559
1769
|
</dl>
|
|
@@ -1561,7 +1771,13 @@ await client.empathicVoice.configs.getConfigVersion("1b60e1a0-cc59-424a-8d2c-189
|
|
|
1561
1771
|
<dl>
|
|
1562
1772
|
<dd>
|
|
1563
1773
|
|
|
1564
|
-
**version:** `number`
|
|
1774
|
+
**version:** `number`
|
|
1775
|
+
|
|
1776
|
+
Version number for a Config.
|
|
1777
|
+
|
|
1778
|
+
Configs, Prompts, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine configurations and revert to previous versions if needed.
|
|
1779
|
+
|
|
1780
|
+
Version numbers are integer values representing different iterations of the Config. Each update to the Config increments its version number.
|
|
1565
1781
|
|
|
1566
1782
|
</dd>
|
|
1567
1783
|
</dl>
|
|
@@ -1585,6 +1801,22 @@ await client.empathicVoice.configs.getConfigVersion("1b60e1a0-cc59-424a-8d2c-189
|
|
|
1585
1801
|
<dl>
|
|
1586
1802
|
<dd>
|
|
1587
1803
|
|
|
1804
|
+
#### 📝 Description
|
|
1805
|
+
|
|
1806
|
+
<dl>
|
|
1807
|
+
<dd>
|
|
1808
|
+
|
|
1809
|
+
<dl>
|
|
1810
|
+
<dd>
|
|
1811
|
+
|
|
1812
|
+
Deletes a specified version of a **Config**.
|
|
1813
|
+
|
|
1814
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1815
|
+
</dd>
|
|
1816
|
+
</dl>
|
|
1817
|
+
</dd>
|
|
1818
|
+
</dl>
|
|
1819
|
+
|
|
1588
1820
|
#### 🔌 Usage
|
|
1589
1821
|
|
|
1590
1822
|
<dl>
|
|
@@ -1610,7 +1842,7 @@ await client.empathicVoice.configs.deleteConfigVersion("1b60e1a0-cc59-424a-8d2c-
|
|
|
1610
1842
|
<dl>
|
|
1611
1843
|
<dd>
|
|
1612
1844
|
|
|
1613
|
-
**id:** `string` — Identifier for a
|
|
1845
|
+
**id:** `string` — Identifier for a Config. Formatted as a UUID.
|
|
1614
1846
|
|
|
1615
1847
|
</dd>
|
|
1616
1848
|
</dl>
|
|
@@ -1618,7 +1850,13 @@ await client.empathicVoice.configs.deleteConfigVersion("1b60e1a0-cc59-424a-8d2c-
|
|
|
1618
1850
|
<dl>
|
|
1619
1851
|
<dd>
|
|
1620
1852
|
|
|
1621
|
-
**version:** `number`
|
|
1853
|
+
**version:** `number`
|
|
1854
|
+
|
|
1855
|
+
Version number for a Config.
|
|
1856
|
+
|
|
1857
|
+
Configs, Prompts, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine configurations and revert to previous versions if needed.
|
|
1858
|
+
|
|
1859
|
+
Version numbers are integer values representing different iterations of the Config. Each update to the Config increments its version number.
|
|
1622
1860
|
|
|
1623
1861
|
</dd>
|
|
1624
1862
|
</dl>
|
|
@@ -1642,6 +1880,22 @@ await client.empathicVoice.configs.deleteConfigVersion("1b60e1a0-cc59-424a-8d2c-
|
|
|
1642
1880
|
<dl>
|
|
1643
1881
|
<dd>
|
|
1644
1882
|
|
|
1883
|
+
#### 📝 Description
|
|
1884
|
+
|
|
1885
|
+
<dl>
|
|
1886
|
+
<dd>
|
|
1887
|
+
|
|
1888
|
+
<dl>
|
|
1889
|
+
<dd>
|
|
1890
|
+
|
|
1891
|
+
Updates the description of a **Config**.
|
|
1892
|
+
|
|
1893
|
+
For more details on configuration options and how to configure EVI, see our [configuration guide](/docs/speech-to-speech-evi/configuration).
|
|
1894
|
+
</dd>
|
|
1895
|
+
</dl>
|
|
1896
|
+
</dd>
|
|
1897
|
+
</dl>
|
|
1898
|
+
|
|
1645
1899
|
#### 🔌 Usage
|
|
1646
1900
|
|
|
1647
1901
|
<dl>
|
|
@@ -1669,7 +1923,7 @@ await client.empathicVoice.configs.updateConfigDescription("1b60e1a0-cc59-424a-8
|
|
|
1669
1923
|
<dl>
|
|
1670
1924
|
<dd>
|
|
1671
1925
|
|
|
1672
|
-
**id:** `string` — Identifier for a
|
|
1926
|
+
**id:** `string` — Identifier for a Config. Formatted as a UUID.
|
|
1673
1927
|
|
|
1674
1928
|
</dd>
|
|
1675
1929
|
</dl>
|
|
@@ -1677,7 +1931,13 @@ await client.empathicVoice.configs.updateConfigDescription("1b60e1a0-cc59-424a-8
|
|
|
1677
1931
|
<dl>
|
|
1678
1932
|
<dd>
|
|
1679
1933
|
|
|
1680
|
-
**version:** `number`
|
|
1934
|
+
**version:** `number`
|
|
1935
|
+
|
|
1936
|
+
Version number for a Config.
|
|
1937
|
+
|
|
1938
|
+
Configs, Prompts, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine configurations and revert to previous versions if needed.
|
|
1939
|
+
|
|
1940
|
+
Version numbers are integer values representing different iterations of the Config. Each update to the Config increments its version number.
|
|
1681
1941
|
|
|
1682
1942
|
</dd>
|
|
1683
1943
|
</dl>
|
|
@@ -1706,10 +1966,26 @@ await client.empathicVoice.configs.updateConfigDescription("1b60e1a0-cc59-424a-8
|
|
|
1706
1966
|
</details>
|
|
1707
1967
|
|
|
1708
1968
|
## EmpathicVoice Prompts
|
|
1709
|
-
<details><summary><code>client.empathicVoice.prompts.<a href="/src/api/resources/empathicVoice/resources/prompts/client/Client.ts">listPrompts</a>({ ...params }) -> core.Page
|
|
1969
|
+
<details><summary><code>client.empathicVoice.prompts.<a href="/src/api/resources/empathicVoice/resources/prompts/client/Client.ts">listPrompts</a>({ ...params }) -> core.Page<(Hume.ReturnPrompt | undefined), Hume.ReturnPagedPrompts></code></summary>
|
|
1970
|
+
<dl>
|
|
1971
|
+
<dd>
|
|
1972
|
+
|
|
1973
|
+
#### 📝 Description
|
|
1974
|
+
|
|
1710
1975
|
<dl>
|
|
1711
1976
|
<dd>
|
|
1712
1977
|
|
|
1978
|
+
<dl>
|
|
1979
|
+
<dd>
|
|
1980
|
+
|
|
1981
|
+
Fetches a paginated list of **Prompts**.
|
|
1982
|
+
|
|
1983
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
1984
|
+
</dd>
|
|
1985
|
+
</dl>
|
|
1986
|
+
</dd>
|
|
1987
|
+
</dl>
|
|
1988
|
+
|
|
1713
1989
|
#### 🔌 Usage
|
|
1714
1990
|
|
|
1715
1991
|
<dl>
|
|
@@ -1777,6 +2053,22 @@ const response = page.response;
|
|
|
1777
2053
|
<dl>
|
|
1778
2054
|
<dd>
|
|
1779
2055
|
|
|
2056
|
+
#### 📝 Description
|
|
2057
|
+
|
|
2058
|
+
<dl>
|
|
2059
|
+
<dd>
|
|
2060
|
+
|
|
2061
|
+
<dl>
|
|
2062
|
+
<dd>
|
|
2063
|
+
|
|
2064
|
+
Creates a **Prompt** that can be added to an [EVI configuration](/reference/speech-to-speech-evi/configs/create-config).
|
|
2065
|
+
|
|
2066
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
2067
|
+
</dd>
|
|
2068
|
+
</dl>
|
|
2069
|
+
</dd>
|
|
2070
|
+
</dl>
|
|
2071
|
+
|
|
1780
2072
|
#### 🔌 Usage
|
|
1781
2073
|
|
|
1782
2074
|
<dl>
|
|
@@ -1829,6 +2121,22 @@ await client.empathicVoice.prompts.createPrompt({
|
|
|
1829
2121
|
<dl>
|
|
1830
2122
|
<dd>
|
|
1831
2123
|
|
|
2124
|
+
#### 📝 Description
|
|
2125
|
+
|
|
2126
|
+
<dl>
|
|
2127
|
+
<dd>
|
|
2128
|
+
|
|
2129
|
+
<dl>
|
|
2130
|
+
<dd>
|
|
2131
|
+
|
|
2132
|
+
Fetches a list of a **Prompt's** versions.
|
|
2133
|
+
|
|
2134
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
2135
|
+
</dd>
|
|
2136
|
+
</dl>
|
|
2137
|
+
</dd>
|
|
2138
|
+
</dl>
|
|
2139
|
+
|
|
1832
2140
|
#### 🔌 Usage
|
|
1833
2141
|
|
|
1834
2142
|
<dl>
|
|
@@ -1886,6 +2194,22 @@ await client.empathicVoice.prompts.listPromptVersions("af699d45-2985-42cc-91b9-a
|
|
|
1886
2194
|
<dl>
|
|
1887
2195
|
<dd>
|
|
1888
2196
|
|
|
2197
|
+
#### 📝 Description
|
|
2198
|
+
|
|
2199
|
+
<dl>
|
|
2200
|
+
<dd>
|
|
2201
|
+
|
|
2202
|
+
<dl>
|
|
2203
|
+
<dd>
|
|
2204
|
+
|
|
2205
|
+
Updates a **Prompt** by creating a new version of the **Prompt**.
|
|
2206
|
+
|
|
2207
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
2208
|
+
</dd>
|
|
2209
|
+
</dl>
|
|
2210
|
+
</dd>
|
|
2211
|
+
</dl>
|
|
2212
|
+
|
|
1889
2213
|
#### 🔌 Usage
|
|
1890
2214
|
|
|
1891
2215
|
<dl>
|
|
@@ -1914,7 +2238,7 @@ await client.empathicVoice.prompts.createPromptVersion("af699d45-2985-42cc-91b9-
|
|
|
1914
2238
|
<dl>
|
|
1915
2239
|
<dd>
|
|
1916
2240
|
|
|
1917
|
-
**id:** `string` — Identifier for a
|
|
2241
|
+
**id:** `string` — Identifier for a Prompt. Formatted as a UUID.
|
|
1918
2242
|
|
|
1919
2243
|
</dd>
|
|
1920
2244
|
</dl>
|
|
@@ -1946,6 +2270,22 @@ await client.empathicVoice.prompts.createPromptVersion("af699d45-2985-42cc-91b9-
|
|
|
1946
2270
|
<dl>
|
|
1947
2271
|
<dd>
|
|
1948
2272
|
|
|
2273
|
+
#### 📝 Description
|
|
2274
|
+
|
|
2275
|
+
<dl>
|
|
2276
|
+
<dd>
|
|
2277
|
+
|
|
2278
|
+
<dl>
|
|
2279
|
+
<dd>
|
|
2280
|
+
|
|
2281
|
+
Deletes a **Prompt** and its versions.
|
|
2282
|
+
|
|
2283
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
2284
|
+
</dd>
|
|
2285
|
+
</dl>
|
|
2286
|
+
</dd>
|
|
2287
|
+
</dl>
|
|
2288
|
+
|
|
1949
2289
|
#### 🔌 Usage
|
|
1950
2290
|
|
|
1951
2291
|
<dl>
|
|
@@ -1971,7 +2311,7 @@ await client.empathicVoice.prompts.deletePrompt("af699d45-2985-42cc-91b9-af9e5da
|
|
|
1971
2311
|
<dl>
|
|
1972
2312
|
<dd>
|
|
1973
2313
|
|
|
1974
|
-
**id:** `string` — Identifier for a
|
|
2314
|
+
**id:** `string` — Identifier for a Prompt. Formatted as a UUID.
|
|
1975
2315
|
|
|
1976
2316
|
</dd>
|
|
1977
2317
|
</dl>
|
|
@@ -1995,6 +2335,22 @@ await client.empathicVoice.prompts.deletePrompt("af699d45-2985-42cc-91b9-af9e5da
|
|
|
1995
2335
|
<dl>
|
|
1996
2336
|
<dd>
|
|
1997
2337
|
|
|
2338
|
+
#### 📝 Description
|
|
2339
|
+
|
|
2340
|
+
<dl>
|
|
2341
|
+
<dd>
|
|
2342
|
+
|
|
2343
|
+
<dl>
|
|
2344
|
+
<dd>
|
|
2345
|
+
|
|
2346
|
+
Updates the name of a **Prompt**.
|
|
2347
|
+
|
|
2348
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
2349
|
+
</dd>
|
|
2350
|
+
</dl>
|
|
2351
|
+
</dd>
|
|
2352
|
+
</dl>
|
|
2353
|
+
|
|
1998
2354
|
#### 🔌 Usage
|
|
1999
2355
|
|
|
2000
2356
|
<dl>
|
|
@@ -2022,7 +2378,7 @@ await client.empathicVoice.prompts.updatePromptName("af699d45-2985-42cc-91b9-af9
|
|
|
2022
2378
|
<dl>
|
|
2023
2379
|
<dd>
|
|
2024
2380
|
|
|
2025
|
-
**id:** `string` — Identifier for a
|
|
2381
|
+
**id:** `string` — Identifier for a Prompt. Formatted as a UUID.
|
|
2026
2382
|
|
|
2027
2383
|
</dd>
|
|
2028
2384
|
</dl>
|
|
@@ -2054,6 +2410,22 @@ await client.empathicVoice.prompts.updatePromptName("af699d45-2985-42cc-91b9-af9
|
|
|
2054
2410
|
<dl>
|
|
2055
2411
|
<dd>
|
|
2056
2412
|
|
|
2413
|
+
#### 📝 Description
|
|
2414
|
+
|
|
2415
|
+
<dl>
|
|
2416
|
+
<dd>
|
|
2417
|
+
|
|
2418
|
+
<dl>
|
|
2419
|
+
<dd>
|
|
2420
|
+
|
|
2421
|
+
Fetches a specified version of a **Prompt**.
|
|
2422
|
+
|
|
2423
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
2424
|
+
</dd>
|
|
2425
|
+
</dl>
|
|
2426
|
+
</dd>
|
|
2427
|
+
</dl>
|
|
2428
|
+
|
|
2057
2429
|
#### 🔌 Usage
|
|
2058
2430
|
|
|
2059
2431
|
<dl>
|
|
@@ -2079,7 +2451,7 @@ await client.empathicVoice.prompts.getPromptVersion("af699d45-2985-42cc-91b9-af9
|
|
|
2079
2451
|
<dl>
|
|
2080
2452
|
<dd>
|
|
2081
2453
|
|
|
2082
|
-
**id:** `string` — Identifier for a
|
|
2454
|
+
**id:** `string` — Identifier for a Prompt. Formatted as a UUID.
|
|
2083
2455
|
|
|
2084
2456
|
</dd>
|
|
2085
2457
|
</dl>
|
|
@@ -2087,7 +2459,13 @@ await client.empathicVoice.prompts.getPromptVersion("af699d45-2985-42cc-91b9-af9
|
|
|
2087
2459
|
<dl>
|
|
2088
2460
|
<dd>
|
|
2089
2461
|
|
|
2090
|
-
**version:** `number`
|
|
2462
|
+
**version:** `number`
|
|
2463
|
+
|
|
2464
|
+
Version number for a Prompt.
|
|
2465
|
+
|
|
2466
|
+
Prompts, Configs, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine prompts and revert to previous versions if needed.
|
|
2467
|
+
|
|
2468
|
+
Version numbers are integer values representing different iterations of the Prompt. Each update to the Prompt increments its version number.
|
|
2091
2469
|
|
|
2092
2470
|
</dd>
|
|
2093
2471
|
</dl>
|
|
@@ -2111,6 +2489,22 @@ await client.empathicVoice.prompts.getPromptVersion("af699d45-2985-42cc-91b9-af9
|
|
|
2111
2489
|
<dl>
|
|
2112
2490
|
<dd>
|
|
2113
2491
|
|
|
2492
|
+
#### 📝 Description
|
|
2493
|
+
|
|
2494
|
+
<dl>
|
|
2495
|
+
<dd>
|
|
2496
|
+
|
|
2497
|
+
<dl>
|
|
2498
|
+
<dd>
|
|
2499
|
+
|
|
2500
|
+
Deletes a specified version of a **Prompt**.
|
|
2501
|
+
|
|
2502
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
2503
|
+
</dd>
|
|
2504
|
+
</dl>
|
|
2505
|
+
</dd>
|
|
2506
|
+
</dl>
|
|
2507
|
+
|
|
2114
2508
|
#### 🔌 Usage
|
|
2115
2509
|
|
|
2116
2510
|
<dl>
|
|
@@ -2136,7 +2530,7 @@ await client.empathicVoice.prompts.deletePromptVersion("af699d45-2985-42cc-91b9-
|
|
|
2136
2530
|
<dl>
|
|
2137
2531
|
<dd>
|
|
2138
2532
|
|
|
2139
|
-
**id:** `string` — Identifier for a
|
|
2533
|
+
**id:** `string` — Identifier for a Prompt. Formatted as a UUID.
|
|
2140
2534
|
|
|
2141
2535
|
</dd>
|
|
2142
2536
|
</dl>
|
|
@@ -2144,7 +2538,13 @@ await client.empathicVoice.prompts.deletePromptVersion("af699d45-2985-42cc-91b9-
|
|
|
2144
2538
|
<dl>
|
|
2145
2539
|
<dd>
|
|
2146
2540
|
|
|
2147
|
-
**version:** `number`
|
|
2541
|
+
**version:** `number`
|
|
2542
|
+
|
|
2543
|
+
Version number for a Prompt.
|
|
2544
|
+
|
|
2545
|
+
Prompts, Configs, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine prompts and revert to previous versions if needed.
|
|
2546
|
+
|
|
2547
|
+
Version numbers are integer values representing different iterations of the Prompt. Each update to the Prompt increments its version number.
|
|
2148
2548
|
|
|
2149
2549
|
</dd>
|
|
2150
2550
|
</dl>
|
|
@@ -2168,6 +2568,22 @@ await client.empathicVoice.prompts.deletePromptVersion("af699d45-2985-42cc-91b9-
|
|
|
2168
2568
|
<dl>
|
|
2169
2569
|
<dd>
|
|
2170
2570
|
|
|
2571
|
+
#### 📝 Description
|
|
2572
|
+
|
|
2573
|
+
<dl>
|
|
2574
|
+
<dd>
|
|
2575
|
+
|
|
2576
|
+
<dl>
|
|
2577
|
+
<dd>
|
|
2578
|
+
|
|
2579
|
+
Updates the description of a **Prompt**.
|
|
2580
|
+
|
|
2581
|
+
See our [prompting guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on crafting your system prompt.
|
|
2582
|
+
</dd>
|
|
2583
|
+
</dl>
|
|
2584
|
+
</dd>
|
|
2585
|
+
</dl>
|
|
2586
|
+
|
|
2171
2587
|
#### 🔌 Usage
|
|
2172
2588
|
|
|
2173
2589
|
<dl>
|
|
@@ -2195,7 +2611,7 @@ await client.empathicVoice.prompts.updatePromptDescription("af699d45-2985-42cc-9
|
|
|
2195
2611
|
<dl>
|
|
2196
2612
|
<dd>
|
|
2197
2613
|
|
|
2198
|
-
**id:** `string` — Identifier for a
|
|
2614
|
+
**id:** `string` — Identifier for a Prompt. Formatted as a UUID.
|
|
2199
2615
|
|
|
2200
2616
|
</dd>
|
|
2201
2617
|
</dl>
|
|
@@ -2203,7 +2619,13 @@ await client.empathicVoice.prompts.updatePromptDescription("af699d45-2985-42cc-9
|
|
|
2203
2619
|
<dl>
|
|
2204
2620
|
<dd>
|
|
2205
2621
|
|
|
2206
|
-
**version:** `number`
|
|
2622
|
+
**version:** `number`
|
|
2623
|
+
|
|
2624
|
+
Version number for a Prompt.
|
|
2625
|
+
|
|
2626
|
+
Prompts, Configs, Custom Voices, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine prompts and revert to previous versions if needed.
|
|
2627
|
+
|
|
2628
|
+
Version numbers are integer values representing different iterations of the Prompt. Each update to the Prompt increments its version number.
|
|
2207
2629
|
|
|
2208
2630
|
</dd>
|
|
2209
2631
|
</dl>
|
|
@@ -2232,10 +2654,26 @@ await client.empathicVoice.prompts.updatePromptDescription("af699d45-2985-42cc-9
|
|
|
2232
2654
|
</details>
|
|
2233
2655
|
|
|
2234
2656
|
## EmpathicVoice Tools
|
|
2235
|
-
<details><summary><code>client.empathicVoice.tools.<a href="/src/api/resources/empathicVoice/resources/tools/client/Client.ts">listTools</a>({ ...params }) -> core.Page
|
|
2657
|
+
<details><summary><code>client.empathicVoice.tools.<a href="/src/api/resources/empathicVoice/resources/tools/client/Client.ts">listTools</a>({ ...params }) -> core.Page<(Hume.ReturnUserDefinedTool | undefined), Hume.ReturnPagedUserDefinedTools></code></summary>
|
|
2236
2658
|
<dl>
|
|
2237
2659
|
<dd>
|
|
2238
2660
|
|
|
2661
|
+
#### 📝 Description
|
|
2662
|
+
|
|
2663
|
+
<dl>
|
|
2664
|
+
<dd>
|
|
2665
|
+
|
|
2666
|
+
<dl>
|
|
2667
|
+
<dd>
|
|
2668
|
+
|
|
2669
|
+
Fetches a paginated list of **Tools**.
|
|
2670
|
+
|
|
2671
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
2672
|
+
</dd>
|
|
2673
|
+
</dl>
|
|
2674
|
+
</dd>
|
|
2675
|
+
</dl>
|
|
2676
|
+
|
|
2239
2677
|
#### 🔌 Usage
|
|
2240
2678
|
|
|
2241
2679
|
<dl>
|
|
@@ -2303,6 +2741,22 @@ const response = page.response;
|
|
|
2303
2741
|
<dl>
|
|
2304
2742
|
<dd>
|
|
2305
2743
|
|
|
2744
|
+
#### 📝 Description
|
|
2745
|
+
|
|
2746
|
+
<dl>
|
|
2747
|
+
<dd>
|
|
2748
|
+
|
|
2749
|
+
<dl>
|
|
2750
|
+
<dd>
|
|
2751
|
+
|
|
2752
|
+
Creates a **Tool** that can be added to an [EVI configuration](/reference/speech-to-speech-evi/configs/create-config).
|
|
2753
|
+
|
|
2754
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
2755
|
+
</dd>
|
|
2756
|
+
</dl>
|
|
2757
|
+
</dd>
|
|
2758
|
+
</dl>
|
|
2759
|
+
|
|
2306
2760
|
#### 🔌 Usage
|
|
2307
2761
|
|
|
2308
2762
|
<dl>
|
|
@@ -2354,10 +2808,26 @@ await client.empathicVoice.tools.createTool({
|
|
|
2354
2808
|
</dl>
|
|
2355
2809
|
</details>
|
|
2356
2810
|
|
|
2357
|
-
<details><summary><code>client.empathicVoice.tools.<a href="/src/api/resources/empathicVoice/resources/tools/client/Client.ts">listToolVersions</a>(id, { ...params }) -> core.Page
|
|
2811
|
+
<details><summary><code>client.empathicVoice.tools.<a href="/src/api/resources/empathicVoice/resources/tools/client/Client.ts">listToolVersions</a>(id, { ...params }) -> core.Page<(Hume.ReturnUserDefinedTool | undefined), Hume.ReturnPagedUserDefinedTools></code></summary>
|
|
2812
|
+
<dl>
|
|
2813
|
+
<dd>
|
|
2814
|
+
|
|
2815
|
+
#### 📝 Description
|
|
2816
|
+
|
|
2358
2817
|
<dl>
|
|
2359
2818
|
<dd>
|
|
2360
2819
|
|
|
2820
|
+
<dl>
|
|
2821
|
+
<dd>
|
|
2822
|
+
|
|
2823
|
+
Fetches a list of a **Tool's** versions.
|
|
2824
|
+
|
|
2825
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
2826
|
+
</dd>
|
|
2827
|
+
</dl>
|
|
2828
|
+
</dd>
|
|
2829
|
+
</dl>
|
|
2830
|
+
|
|
2361
2831
|
#### 🔌 Usage
|
|
2362
2832
|
|
|
2363
2833
|
<dl>
|
|
@@ -2427,6 +2897,22 @@ const response = page.response;
|
|
|
2427
2897
|
<dl>
|
|
2428
2898
|
<dd>
|
|
2429
2899
|
|
|
2900
|
+
#### 📝 Description
|
|
2901
|
+
|
|
2902
|
+
<dl>
|
|
2903
|
+
<dd>
|
|
2904
|
+
|
|
2905
|
+
<dl>
|
|
2906
|
+
<dd>
|
|
2907
|
+
|
|
2908
|
+
Updates a **Tool** by creating a new version of the **Tool**.
|
|
2909
|
+
|
|
2910
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
2911
|
+
</dd>
|
|
2912
|
+
</dl>
|
|
2913
|
+
</dd>
|
|
2914
|
+
</dl>
|
|
2915
|
+
|
|
2430
2916
|
#### 🔌 Usage
|
|
2431
2917
|
|
|
2432
2918
|
<dl>
|
|
@@ -2457,7 +2943,7 @@ await client.empathicVoice.tools.createToolVersion("00183a3f-79ba-413d-9f3b-6098
|
|
|
2457
2943
|
<dl>
|
|
2458
2944
|
<dd>
|
|
2459
2945
|
|
|
2460
|
-
**id:** `string` — Identifier for a
|
|
2946
|
+
**id:** `string` — Identifier for a Tool. Formatted as a UUID.
|
|
2461
2947
|
|
|
2462
2948
|
</dd>
|
|
2463
2949
|
</dl>
|
|
@@ -2489,6 +2975,22 @@ await client.empathicVoice.tools.createToolVersion("00183a3f-79ba-413d-9f3b-6098
|
|
|
2489
2975
|
<dl>
|
|
2490
2976
|
<dd>
|
|
2491
2977
|
|
|
2978
|
+
#### 📝 Description
|
|
2979
|
+
|
|
2980
|
+
<dl>
|
|
2981
|
+
<dd>
|
|
2982
|
+
|
|
2983
|
+
<dl>
|
|
2984
|
+
<dd>
|
|
2985
|
+
|
|
2986
|
+
Deletes a **Tool** and its versions.
|
|
2987
|
+
|
|
2988
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
2989
|
+
</dd>
|
|
2990
|
+
</dl>
|
|
2991
|
+
</dd>
|
|
2992
|
+
</dl>
|
|
2993
|
+
|
|
2492
2994
|
#### 🔌 Usage
|
|
2493
2995
|
|
|
2494
2996
|
<dl>
|
|
@@ -2514,7 +3016,7 @@ await client.empathicVoice.tools.deleteTool("00183a3f-79ba-413d-9f3b-609864268be
|
|
|
2514
3016
|
<dl>
|
|
2515
3017
|
<dd>
|
|
2516
3018
|
|
|
2517
|
-
**id:** `string` — Identifier for a
|
|
3019
|
+
**id:** `string` — Identifier for a Tool. Formatted as a UUID.
|
|
2518
3020
|
|
|
2519
3021
|
</dd>
|
|
2520
3022
|
</dl>
|
|
@@ -2538,6 +3040,22 @@ await client.empathicVoice.tools.deleteTool("00183a3f-79ba-413d-9f3b-609864268be
|
|
|
2538
3040
|
<dl>
|
|
2539
3041
|
<dd>
|
|
2540
3042
|
|
|
3043
|
+
#### 📝 Description
|
|
3044
|
+
|
|
3045
|
+
<dl>
|
|
3046
|
+
<dd>
|
|
3047
|
+
|
|
3048
|
+
<dl>
|
|
3049
|
+
<dd>
|
|
3050
|
+
|
|
3051
|
+
Updates the name of a **Tool**.
|
|
3052
|
+
|
|
3053
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
3054
|
+
</dd>
|
|
3055
|
+
</dl>
|
|
3056
|
+
</dd>
|
|
3057
|
+
</dl>
|
|
3058
|
+
|
|
2541
3059
|
#### 🔌 Usage
|
|
2542
3060
|
|
|
2543
3061
|
<dl>
|
|
@@ -2565,7 +3083,7 @@ await client.empathicVoice.tools.updateToolName("00183a3f-79ba-413d-9f3b-6098642
|
|
|
2565
3083
|
<dl>
|
|
2566
3084
|
<dd>
|
|
2567
3085
|
|
|
2568
|
-
**id:** `string` — Identifier for a
|
|
3086
|
+
**id:** `string` — Identifier for a Tool. Formatted as a UUID.
|
|
2569
3087
|
|
|
2570
3088
|
</dd>
|
|
2571
3089
|
</dl>
|
|
@@ -2597,6 +3115,22 @@ await client.empathicVoice.tools.updateToolName("00183a3f-79ba-413d-9f3b-6098642
|
|
|
2597
3115
|
<dl>
|
|
2598
3116
|
<dd>
|
|
2599
3117
|
|
|
3118
|
+
#### 📝 Description
|
|
3119
|
+
|
|
3120
|
+
<dl>
|
|
3121
|
+
<dd>
|
|
3122
|
+
|
|
3123
|
+
<dl>
|
|
3124
|
+
<dd>
|
|
3125
|
+
|
|
3126
|
+
Fetches a specified version of a **Tool**.
|
|
3127
|
+
|
|
3128
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
3129
|
+
</dd>
|
|
3130
|
+
</dl>
|
|
3131
|
+
</dd>
|
|
3132
|
+
</dl>
|
|
3133
|
+
|
|
2600
3134
|
#### 🔌 Usage
|
|
2601
3135
|
|
|
2602
3136
|
<dl>
|
|
@@ -2622,7 +3156,7 @@ await client.empathicVoice.tools.getToolVersion("00183a3f-79ba-413d-9f3b-6098642
|
|
|
2622
3156
|
<dl>
|
|
2623
3157
|
<dd>
|
|
2624
3158
|
|
|
2625
|
-
**id:** `string` — Identifier for a
|
|
3159
|
+
**id:** `string` — Identifier for a Tool. Formatted as a UUID.
|
|
2626
3160
|
|
|
2627
3161
|
</dd>
|
|
2628
3162
|
</dl>
|
|
@@ -2630,7 +3164,13 @@ await client.empathicVoice.tools.getToolVersion("00183a3f-79ba-413d-9f3b-6098642
|
|
|
2630
3164
|
<dl>
|
|
2631
3165
|
<dd>
|
|
2632
3166
|
|
|
2633
|
-
**version:** `number`
|
|
3167
|
+
**version:** `number`
|
|
3168
|
+
|
|
3169
|
+
Version number for a Tool.
|
|
3170
|
+
|
|
3171
|
+
Tools, Configs, Custom Voices, and Prompts are versioned. This versioning system supports iterative development, allowing you to progressively refine tools and revert to previous versions if needed.
|
|
3172
|
+
|
|
3173
|
+
Version numbers are integer values representing different iterations of the Tool. Each update to the Tool increments its version number.
|
|
2634
3174
|
|
|
2635
3175
|
</dd>
|
|
2636
3176
|
</dl>
|
|
@@ -2654,6 +3194,22 @@ await client.empathicVoice.tools.getToolVersion("00183a3f-79ba-413d-9f3b-6098642
|
|
|
2654
3194
|
<dl>
|
|
2655
3195
|
<dd>
|
|
2656
3196
|
|
|
3197
|
+
#### 📝 Description
|
|
3198
|
+
|
|
3199
|
+
<dl>
|
|
3200
|
+
<dd>
|
|
3201
|
+
|
|
3202
|
+
<dl>
|
|
3203
|
+
<dd>
|
|
3204
|
+
|
|
3205
|
+
Deletes a specified version of a **Tool**.
|
|
3206
|
+
|
|
3207
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
3208
|
+
</dd>
|
|
3209
|
+
</dl>
|
|
3210
|
+
</dd>
|
|
3211
|
+
</dl>
|
|
3212
|
+
|
|
2657
3213
|
#### 🔌 Usage
|
|
2658
3214
|
|
|
2659
3215
|
<dl>
|
|
@@ -2679,7 +3235,7 @@ await client.empathicVoice.tools.deleteToolVersion("00183a3f-79ba-413d-9f3b-6098
|
|
|
2679
3235
|
<dl>
|
|
2680
3236
|
<dd>
|
|
2681
3237
|
|
|
2682
|
-
**id:** `string` — Identifier for a
|
|
3238
|
+
**id:** `string` — Identifier for a Tool. Formatted as a UUID.
|
|
2683
3239
|
|
|
2684
3240
|
</dd>
|
|
2685
3241
|
</dl>
|
|
@@ -2687,7 +3243,13 @@ await client.empathicVoice.tools.deleteToolVersion("00183a3f-79ba-413d-9f3b-6098
|
|
|
2687
3243
|
<dl>
|
|
2688
3244
|
<dd>
|
|
2689
3245
|
|
|
2690
|
-
**version:** `number`
|
|
3246
|
+
**version:** `number`
|
|
3247
|
+
|
|
3248
|
+
Version number for a Tool.
|
|
3249
|
+
|
|
3250
|
+
Tools, Configs, Custom Voices, and Prompts are versioned. This versioning system supports iterative development, allowing you to progressively refine tools and revert to previous versions if needed.
|
|
3251
|
+
|
|
3252
|
+
Version numbers are integer values representing different iterations of the Tool. Each update to the Tool increments its version number.
|
|
2691
3253
|
|
|
2692
3254
|
</dd>
|
|
2693
3255
|
</dl>
|
|
@@ -2711,6 +3273,22 @@ await client.empathicVoice.tools.deleteToolVersion("00183a3f-79ba-413d-9f3b-6098
|
|
|
2711
3273
|
<dl>
|
|
2712
3274
|
<dd>
|
|
2713
3275
|
|
|
3276
|
+
#### 📝 Description
|
|
3277
|
+
|
|
3278
|
+
<dl>
|
|
3279
|
+
<dd>
|
|
3280
|
+
|
|
3281
|
+
<dl>
|
|
3282
|
+
<dd>
|
|
3283
|
+
|
|
3284
|
+
Updates the description of a specified **Tool** version.
|
|
3285
|
+
|
|
3286
|
+
Refer to our [tool use](/docs/speech-to-speech-evi/features/tool-use#function-calling) guide for comprehensive instructions on defining and integrating tools into EVI.
|
|
3287
|
+
</dd>
|
|
3288
|
+
</dl>
|
|
3289
|
+
</dd>
|
|
3290
|
+
</dl>
|
|
3291
|
+
|
|
2714
3292
|
#### 🔌 Usage
|
|
2715
3293
|
|
|
2716
3294
|
<dl>
|
|
@@ -2738,7 +3316,7 @@ await client.empathicVoice.tools.updateToolDescription("00183a3f-79ba-413d-9f3b-
|
|
|
2738
3316
|
<dl>
|
|
2739
3317
|
<dd>
|
|
2740
3318
|
|
|
2741
|
-
**id:** `string` — Identifier for a
|
|
3319
|
+
**id:** `string` — Identifier for a Tool. Formatted as a UUID.
|
|
2742
3320
|
|
|
2743
3321
|
</dd>
|
|
2744
3322
|
</dl>
|
|
@@ -2746,7 +3324,13 @@ await client.empathicVoice.tools.updateToolDescription("00183a3f-79ba-413d-9f3b-
|
|
|
2746
3324
|
<dl>
|
|
2747
3325
|
<dd>
|
|
2748
3326
|
|
|
2749
|
-
**version:** `number`
|
|
3327
|
+
**version:** `number`
|
|
3328
|
+
|
|
3329
|
+
Version number for a Tool.
|
|
3330
|
+
|
|
3331
|
+
Tools, Configs, Custom Voices, and Prompts are versioned. This versioning system supports iterative development, allowing you to progressively refine tools and revert to previous versions if needed.
|
|
3332
|
+
|
|
3333
|
+
Version numbers are integer values representing different iterations of the Tool. Each update to the Tool increments its version number.
|
|
2750
3334
|
|
|
2751
3335
|
</dd>
|
|
2752
3336
|
</dl>
|