3 matches across 1 files for TODO lang:Python path:libs/partners/mistralai/langchain_mistralai/chat_models.py
snippet_mode: auto · sorted by relevance
libs/partners/mistralai/langchain_mistralai/chat_models.py PYTHON 3 matches view file →
677 api_key_str = self.mistral_api_key
678
679 # TODO: handle retries
680 base_url_str = (
681 self.endpoint
· · ·
695 verify=global_ssl_context,
696 )
697 # TODO: handle retries and max_concurrency
698 if not self.async_client:
699 self.async_client = httpx.AsyncClient(
· · ·
1153 )
1154 raise ValueError(msg)
1155 # TODO: Update to pass in tool name as tool_choice if/when Mistral supports
1156 # specifying a tool.
1157 llm = self.bind_tools(
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.