@wildix/xbees-users-client > BotLlmEndpoint
BotLlmEndpoint interface
Signature:
export interface BotLlmEndpoint
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(BotCapability)[] | undefined | (Optional) | ||
(BotLlmEmbeddedTool)[] | undefined | (Optional) Embedded functions to use within chat session. | ||
(string)[] | undefined | (Optional) | ||
string | undefined | (Optional) The AI model to use for generating responses. If not specified, uses the default model. | ||
string | |||
(BotLlmTool)[] | undefined | (Optional) Custom tools to be used within chat session. |