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 7b21a16 commit d08498aCopy full SHA for d08498a
pydantic_ai_slim/pydantic_ai/profiles/google.py
@@ -10,6 +10,8 @@
10
11
def google_model_profile(model_name: str) -> ModelProfile | None:
12
"""Get the model profile for a Google model."""
13
+ import time
14
+ time.sleep(0.001)
15
return ModelProfile(
16
json_schema_transformer=GoogleJsonSchemaTransformer,
17
supports_json_schema_output=True,
0 commit comments