Files
OmniRoute/tests/snapshots/translation/openai-to-gemini/with-system.json
Diego Rodrigues de Sa e Souza 931afe3482 Fase 8 · Bloco B — suíte de correção (property + golden + SSE-correctness) (#3808)
Integrated into release/v3.8.25 — Fase 8 Bloco B (property + golden + SSE-correctness).
2026-06-14 18:02:51 -03:00

48 lines
851 B
JSON

{
"contents": [
{
"parts": [
{
"text": "Tell me a joke."
}
],
"role": "user"
}
],
"generationConfig": {
"maxOutputTokens": 8192,
"temperature": 0.7
},
"model": "gemini-2.5-pro",
"safetySettings": [
{
"category": "HARM_CATEGORY_HATE_SPEECH",
"threshold": "OFF"
},
{
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"threshold": "OFF"
},
{
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
"threshold": "OFF"
},
{
"category": "HARM_CATEGORY_HARASSMENT",
"threshold": "OFF"
},
{
"category": "HARM_CATEGORY_CIVIC_INTEGRITY",
"threshold": "OFF"
}
],
"systemInstruction": {
"parts": [
{
"text": "You are a helpful assistant."
}
],
"role": "system"
}
}