Structured Output [OpenAI]
Easy100 pts0 solves
[OpenAI-specific] GPT's structured outputs feature guarantees valid JSON matching a predefined structure. Anthropic handles this differently (via tool use + schema). Always check your provider's docs.
What constrains GPT's structured output generation?
Flag format: CONGRESS{[constraint_type]}
Example: CONGRESS{regex_pattern}
Hint
A formal definition of the expected JSON shape. See platform.openai.com docs.