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 08eb437 commit e27dff2Copy full SHA for e27dff2
scripts/generate_types.sh
@@ -23,7 +23,7 @@ uv run datamodel-codegen \
23
--output "$GENERATED_FILE" \
24
--target-python-version 3.10 \
25
--output-model-type pydantic_v2.BaseModel \
26
- --base-class a2a.utils.pydantic_base.A2ABaseModel \
+ --base-class a2a.pydantic_base.A2ABaseModel \
27
--disable-timestamp \
28
--use-schema-description \
29
--use-union-operator \
0 commit comments