Fix GPT OSS template parser and test configuration
- Fix reasoning extraction to only tag content between <|message|> and <|end|>,
not the surrounding wrapper tokens
- Fix tool call parser to use <|call|> instead of <|end|> (matching template output)
- Simplify reasoning handling to apply to all messages with reasoning_content,
not just those with tool calls
- Change GPT OSS ToolsEmitContentWithCalls from Yes to No, as the template
doesn't support content alongside tool calls in a single message
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>