Ask a question to get started
Enter to sendā¢Shift+Enter new line
Bind tool-like objects to this chat model.
bind_tools( self, tools: Sequence[dict[str, Any] | type[BaseModel] | Callable | BaseTool], *, tool_choice: dict[str, str] | Literal['any', 'auto'] | str | None = None, **kwargs: Any = {} ) -> Runnable[LanguageModelInput, AIMessage]