Schema for defining tools.
interface StructuredToolParamsPick<StructuredToolInterface, "name" | "schema" | "extras">An optional description of the tool to pass to the model.
The name of the tool.
A Zod schema representing the parameters of the tool.