InvokeTool
InvokeTool¶
Invokes a tool with input and output bindings.
- type (
Literal): (No documentation available.) - tool (
Reference[ToolType] | str): Tool to invoke. - input_bindings (
dict[str, str]): Mapping from variable references to tool input parameter names. - output_bindings (
dict[str, str]): Mapping from variable references to tool output parameter names.