Bind tool-like objects to this chat model.
bindTools(
tools: ChatMistralAIToolType[],
kwargs: Partial<CallOptions>
): Runnable<BaseLanguageModelInput, AIMessageChunk<MessageStructure<MessageToolSet>>, CallOptions>| Name | Type | Description |
|---|---|---|
tools* | ChatMistralAIToolType[] | 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. |
kwargs | Partial<CallOptions> | Any additional parameters to bind. |