Ask a question to get started
Enter to sendā¢Shift+Enter new line
Imitating bind_tool method from langchain_openai.ChatOpenAI
bind_tools( self, tools: Sequence[Union[Dict[str, Any], Type, Callable, BaseTool]], *, tool_choice: Optional[Union[dict, str, Literal['auto', 'none', 'required', 'any'], bool]] = None, strict: Optional[bool] = None, **kwargs: Any = {} ) -> Runnable[LanguageModelInput, AIMessage]