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
refactor: use Metadata map instead of dedicated proto fields for structured output
Address review feedback:
- Remove JSONSchema and ResponseFormat proto fields; pass them via the
existing Metadata map instead, avoiding proto changes
- vLLM backend reads json_schema and response_format from request.Metadata
- Add structured output support (json_schema, json_object) to Open
Responses API via text_format parameter
- Update docs with Open Responses structured output examples
Ref: #6857
Signed-off-by: eureka928 <meobius123@gmail.com>
0 commit comments