bindTools(
tools: BindToolsInput[],
kwargs: Partial<BaseChatGoogleCallOptions>
): Runnable<BaseMessage| Name | Type | Description |
|---|---|---|
tools* | BindToolsInput[] | |
kwargs | Partial<BaseChatGoogleCallOptions> |
Bind tool-like objects to this chat model.
A list of tool definitions to bind to this chat model. Can be a structured tool, an OpenAI formatted tool, or a Gemini function declaration.
Any additional parameters to bind.