diff --git a/test-env/wiremock/__files/openrouter-catalog.json b/test-env/wiremock/__files/openrouter-catalog.json index 18fccc1..969d0d4 100644 --- a/test-env/wiremock/__files/openrouter-catalog.json +++ b/test-env/wiremock/__files/openrouter-catalog.json @@ -19,13 +19,7 @@ "max_completion_tokens": 8192, "context_length": 200000 }, - "supported_parameters": [ - "tools", - "tool_choice", - "temperature", - "max_tokens", - "stop" - ] + "supported_parameters": ["tools", "tool_choice", "temperature", "max_tokens", "stop"] }, { "id": "openai/gpt-4o", @@ -44,12 +38,7 @@ "max_completion_tokens": 16384, "context_length": 128000 }, - "supported_parameters": [ - "tools", - "tool_choice", - "temperature", - "reasoning" - ] + "supported_parameters": ["tools", "tool_choice", "temperature", "reasoning"] }, { "id": "test/text-only",