You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review: default missing 'required' and fix variant count
- server.py: JSON Schema 'required' is optional, so default it to an
empty list before membership testing. External schemas with only
optional properties no longer raise KeyError at import time.
- README.md: greet_dynamic publishes the same schema as greet_pydantic,
so the client bullet now says four typed variants, not three.
0 commit comments