Available on crate feature
async only.Expand description
Enums§
- Approval
Decision - Verdict from a
ToolApproverfor a singletool_useinvocation. - Tool
Error - Errors a
Toolimplementation can return.
Traits§
- Tool
- A tool the model can invoke during generation.
- Tool
Approver - Async-callable predicate consulted before each tool dispatch.
Functions§
- fn_
approver - Wrap an async closure into a
ToolApprover.