Bind tool-like objects to this chat model.
bindTools(
tools: StructuredTool<ToolInputSchemaBase, any, any, any>[]
): FakeToolCallingModel | RunnableBinding<any, any, any>| Name | Type | Description |
|---|---|---|
tools* | StructuredTool<ToolInputSchemaBase, any, any, any>[] | A list of tool definitions to bind to this chat model. Can be a structured tool, an OpenAI formatted tool, or an object matching the provider's specific tool schema. |