Expand description
Tool execution infrastructure
This module provides the trait and utilities for executing tool calls, with support for both direct tool execution and composition-based workflows.
Enums§
- Tool
Error - Errors that can occur during tool execution
Traits§
- Tool
Executor - Trait for tool execution backends
Functions§
- execute_
tool_ call - Executes a tool call with composition support
- execute_
tool_ call_ with_ context - Like
execute_tool_call, but provides a context to support streaming tools.
Type Aliases§
- Result
- Convenient result type for tool execution operations