@wildix/wim-voicebots-client > VoiceBotLlmEndpoint
VoiceBotLlmEndpoint interface
Signature:
export interface VoiceBotLlmEndpoint
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(VoiceBotEmbeddedTool)[] | undefined | (Optional) Embedded functions to use within voice session. | ||
VoiceBotPromptMetadata | undefined | (Optional) Metadata configuration to include in the system prompt context. | ||
string | undefined | (Optional) The AI model to use for generating responses. If not specified, uses the default model. | ||
string | |||
(VoiceBotTool)[] | undefined | (Optional) Custom tools to be used within voice session. |