Files
gemini-cli/integration-tests/context-compress-interactive.compress-failure.json

41 lines
764 B
JSON

{
"generateContent": [
{
"candidates": [
{
"content": {
"role": "model",
"parts": [
{
"text": "This is more than the 5 tokens we return below which will trigger an error"
}
]
}
}
]
}
],
"generateContentStream": [
[
{
"candidates": [
{
"content": {
"role": "model",
"parts": [
{
"text": "The initial response from the model"
}
]
},
"finishReason": "STOP"
}
],
"usageMetadata": {
"promptTokenCount": 5
}
}
]
]
}