Convert to Anthropic format
@override String toAnthropicJson() { if (disableParallelToolUse == true) { return '{"type": "auto", "disable_parallel_tool_use": true}'; } return 'auto'; }