Expand description
T — Tool composition.
Compose tools in any order with |.
Structs§
- T
- The
Tnamespace — static factory methods for tool composition. - Tool
Composite - A tool composite — one or more tool entries.
Enums§
- Deferred
Tool - A tool entry that needs asynchronous I/O (network or subprocess) to resolve,
and is therefore resolved at connect time rather than when the composite is
built. See
crate::live::Liveconnection methods. - Tool
Composite Entry - An entry in a tool composite.
Type Aliases§
- Transform
Fn - Async transformer applied to a tool result value.