Skip to main content

@wildix/wim-voicebots-client > VoiceBotLlmEndpoint

VoiceBotLlmEndpoint interface

Signature:

export interface VoiceBotLlmEndpoint 

Properties

Property

Modifiers

Type

Description

embeddedTools?

(VoiceBotEmbeddedTool)[] | undefined

(Optional) Embedded functions to use within voice session.

metadata?

VoiceBotPromptMetadata | undefined

(Optional) Metadata configuration to include in the system prompt context.

model?

string | undefined

(Optional) The AI model to use for generating responses. If not specified, uses the default model.

prompt

string

tools?

(VoiceBotTool)[] | undefined

(Optional) Custom tools to be used within voice session.