We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974bac2 commit 4b58307Copy full SHA for 4b58307
pydantic_ai_slim/pydantic_ai/models/mistral.py
@@ -264,7 +264,7 @@ async def _stream_completions_create(
264
265
# TODO(Marcelo): We need to replace the current MistralAI client to use the beta client.
266
# See https://docs.mistral.ai/agents/connectors/websearch/ to support web search.
267
- if model_request_parameters.builtin_tools:
+ if model_request_parameters.builtin_tools: # pragma: no cover
268
raise UserError('Mistral does not support built-in tools')
269
270
if model_request_parameters.function_tools:
0 commit comments