Skip to main content

@wildix/xbees-users-client > BotLlmEndpoint

BotLlmEndpoint interface

Signature:

export interface BotLlmEndpoint 

Properties

Property

Modifiers

Type

Description

capabilities?

(BotCapability)[] | undefined

(Optional)

embeddedTools?

(BotLlmEmbeddedTool)[] | undefined

(Optional) Embedded functions to use within chat session.

guidelines?

(string)[] | undefined

(Optional)

model?

string | undefined

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

prompt

string

tools?

(BotLlmTool)[] | undefined

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