Skip to content

Commit 4c46906

Browse files
committed
Update google.py
1 parent 7d6945b commit 4c46906

File tree

1 file changed

+1
-1
lines changed
  • pydantic_ai_slim/pydantic_ai/profiles

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/profiles/google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, schema: JsonSchema, *, strict: bool | None = None):
3232
super().__init__(schema, strict=strict, prefer_inlined_defs=True, simplify_nullable_unions=True)
3333

3434
def transform(self, schema: JsonSchema) -> JsonSchema:
35-
time.sleep(0.001)
35+
time.sleep(0.002)
3636
# Note: we need to remove `additionalProperties: False` since it is currently mishandled by Gemini
3737
additional_properties = schema.pop(
3838
'additionalProperties', None

0 commit comments

Comments
 (0)