3 matches across 1 files for TODO 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 →
662 api_key_str = self.mistral_api_key
663
664 # TODO: handle retries
665 base_url_str = (
666 self.endpoint
· · ·
680 verify=global_ssl_context,
681 )
682 # TODO: handle retries and max_concurrency
683 if not self.async_client:
684 self.async_client = httpx.AsyncClient(
· · ·
1141 )
1142 raise ValueError(msg)
1143 # TODO: Update to pass in tool name as tool_choice if/when Mistral supports
1144 # specifying a tool.
1145 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.