How can I use different filter_schemas from derived class? #1378
Replies: 1 comment 2 replies
-
yes, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have a base class like this:
And I create a derived class:
Is there any way I can use the filter schema defined in child class in the parent class's list_resources function? Using self doesn't seem to work and without concrete value pydantic can't generate my schema
Beta Was this translation helpful? Give feedback.
All reactions