We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3350a7a commit a2ce3d1Copy full SHA for a2ce3d1
sdk/agenta/client/backend/types/o_tel_span.py
@@ -45,8 +45,7 @@ class OTelSpan(UniversalBaseModel):
45
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(
46
extra="allow",
47
frozen=True,
48
- json_schema_extra=lambda schema,
49
- model: None, # Disable schema generation to prevent recursion
+ json_schema_extra=lambda schema, model: None, # fmt: off
50
) # type: ignore # Pydantic v2
51
else:
52
0 commit comments