Skip to content

Commit 4e8a402

Browse files
misrasaurabh1KRRT7
authored andcommitted
trigger it
Signed-off-by: Saurabh Misra <[email protected]>
1 parent 0a069ef commit 4e8a402

File tree

1 file changed

+2
-0
lines changed
  • pydantic_ai_slim/pydantic_ai/profiles

1 file changed

+2
-0
lines changed

pydantic_ai_slim/pydantic_ai/profiles/google.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
def google_model_profile(model_name: str) -> ModelProfile | None:
1212
"""Get the model profile for a Google model."""
13+
import time
14+
time.sleep(0.001)
1315
return ModelProfile(
1416
json_schema_transformer=GoogleJsonSchemaTransformer,
1517
supports_json_schema_output=True,

0 commit comments

Comments
 (0)