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 7d6945b commit 4c46906Copy full SHA for 4c46906
pydantic_ai_slim/pydantic_ai/profiles/google.py
@@ -32,7 +32,7 @@ def __init__(self, schema: JsonSchema, *, strict: bool | None = None):
32
super().__init__(schema, strict=strict, prefer_inlined_defs=True, simplify_nullable_unions=True)
33
34
def transform(self, schema: JsonSchema) -> JsonSchema:
35
- time.sleep(0.001)
+ time.sleep(0.002)
36
# Note: we need to remove `additionalProperties: False` since it is currently mishandled by Gemini
37
additional_properties = schema.pop(
38
'additionalProperties', None
0 commit comments