constructor<
SchemaT = ToolSchemaBase,
SchemaOutputT = ToolInputSchemaOutputType<SchemaT>,
SchemaInputT = ToolInputSchemaInputType<SchemaT>,
ToolOutputT = any
>(fields: ToolParams): StructuredTool<SchemaT, SchemaOutputT, SchemaInputT, ToolOutputT>| Name | Type | Description |
|---|---|---|
fields | ToolParams |