Crate llmtoolbox

Crate llmtoolbox 

Source

Structs§

FunctionCallArgs
ToolBox
A toolbox is a collection of tools that can be called by name with arguments. Tools are Send and Sync. If this is not desired, use ToolBoxLocal.
ToolBoxLocal
A toolbox is a collection of tools that can be called by name with arguments. Tool does not need to be Send or Sync, see ToolBox if needed.

Enums§

FunctionCallError
An error related to dynamically calling a function, not runing the function. Either there was an error parsing the arguments or the function did not exist.
FunctionCallParsingError

Traits§

Tool
Tools in a struct/enum

Functions§

clean_up_schema
clean_up_schema_rest

Attribute Macros§

tool