Module tools

Module tools 

Source
Expand description

T — Tool composition.

Compose tools in any order with |.

Structs§

T
The T namespace — static factory methods for tool composition.
ToolComposite
A tool composite — one or more tool entries.

Enums§

DeferredTool
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::Live connection methods.
ToolCompositeEntry
An entry in a tool composite.

Type Aliases§

TransformFn
Async transformer applied to a tool result value.