Skip to main content

Module chatbot_tools

Module chatbot_tools 

Source

Modules§

custom_tools
provider_tools

Structs§

AzureLLMFunctionToolDefinition
A tool definition that is formatted for Azure. Defines a tool (function) that the LLM can call.
LLMToolParamProperties
LLMToolParams
Parameters that a chatbot tool accepts in an AzureLLMToolDefinition
ToolProperties

Enums§

AzureLLMToolDefinition
LLMToolParamType
LLMToolType

Traits§

ChatbotTool

Functions§

get_chatbot_tool
Create a chatbot tool with LLM-provided arguments by matching the tool call made by the LLM. User context and db connection are needed for some tools.
get_chatbot_tool_definitions
Get a vec of AzureLLMToolDefinitions for all available chatbot tools