Optional
callbacksOptional
metadataOptional
responseThe tool response format.
If "content" then the output of the tool is interpreted as the contents of a ToolMessage. If "content_and_artifact" then the output is expected to be a two-tuple corresponding to the (content, artifact) of a ToolMessage.
Optional
returnOptional
tagsOptional
verboseOptional
verboseWhether to show full details in the thrown parsing errors.
Deprecated
Wrap in a DynamicTool instead. Interface for the input parameters of the ChainTool constructor. Extends the DynamicToolInput interface, replacing the 'func' property with a 'chain' property.