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

41 lines
725 B
JSON

{
"generateContent": [
{
"candidates": [
{
"content": {
"role": "model",
"parts": [
{
"text": "A summary of the conversation."
}
]
}
}
]
}
],
"generateContentStream": [
[
{
"candidates": [
{
"content": {
"role": "model",
"parts": [
{
"text": "The initial response from the model"
}
]
},
"finishReason": "STOP"
}
],
"usageMetadata": {
"promptTokenCount": 100000
}
}
]
]
}