Bind tool-like objects to this chat model.
A list of tool definitions to bind to this chat model.
Supports any tool definition handled by
langchain_core.utils.function_calling.convert_to_openai_tool.
Which tool to require the model to call.
If True, model output is guaranteed to exactly match the
JSON Schema provided in the tool definition.
If None, the strict argument will not be passed to
the model.
Any additional parameters.