| Name | Type | Description |
|---|---|---|
tools* | Any | A list of tool definitions. Instances of
:class: |
**kwargs | Any | Default: {}Forwarded to
:meth: |
Bind tools to this chat model.
Extends :meth:~langchain_openai.ChatOpenAI.bind_tools to
automatically collect any extra HTTP request headers declared by
:class:~langchain_azure_ai.tools.builtin.BuiltinTool instances
and forward them to the underlying OpenAI client via
extra_headers.