Thinking Tokens
Easy100 pts0 solves
Both Anthropic and OpenAI offer models that 'think' before answering (Claude with extended thinking, o1/o3 with reasoning). But they name and implement the feature differently.
What does each provider call this feature?
Flag format: CONGRESS{claude:[feature_name],openai:[feature_name]}
Example: CONGRESS{claude:chain_of_thought,openai:step_by_step}
Hint
Check Claude's extended thinking docs and OpenAI's o1 docs.