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 6a4a178 commit efb938aCopy full SHA for efb938a
src/credal/copilots/types/filter.py
@@ -78,5 +78,5 @@ class Config:
78
79
Filter = typing_extensions.Annotated[
80
typing.Union[Filter_String, Filter_Number, Filter_Boolean, Filter_Datetime],
81
- pydantic.Field(discriminator="fieldType"),
+ pydantic.Field(discriminator="field_type"),
82
]
0 commit comments