Module tool_use

Module tool_use 

Source
Expand description

Tool use plugin for AI models.

This plugin enables models that don’t natively support tool/function calling to use tools through prompt engineering and response parsing.

Structs§

FunctionTool
ToolRegistry
Tool registry that can execute multiple tools
ToolUsePlugin
Tool use plugin
ToolUsePluginConfig
Tool use plugin configuration

Traits§

ToolExecutor
Tool executor trait