Skip to content

Commit 4b58307

Browse files
committed
coverage
1 parent 974bac2 commit 4b58307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/models/mistral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ async def _stream_completions_create(
264264

265265
# TODO(Marcelo): We need to replace the current MistralAI client to use the beta client.
266266
# See https://docs.mistral.ai/agents/connectors/websearch/ to support web search.
267-
if model_request_parameters.builtin_tools:
267+
if model_request_parameters.builtin_tools: # pragma: no cover
268268
raise UserError('Mistral does not support built-in tools')
269269

270270
if model_request_parameters.function_tools:

0 commit comments

Comments
 (0)