Skip to main content

@wildix/wim-voicebots-client > VoiceBotLlmEndpoint

VoiceBotLlmEndpoint interface

Signature:

export interface VoiceBotLlmEndpoint 

Properties

Property

Modifiers

Type

Description

capabilities?

(VoiceBotCapability)[] | undefined

(Optional)

embeddedTools?

(VoiceBotEmbeddedTool)[] | undefined

(Optional) Embedded functions to use within voice session.

guidelines?

(string)[] | undefined

(Optional)

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.

variables?

(VoiceBotVariable)[] | undefined

(Optional) Variables such as dialplan variables that can be used in the bot.