mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
41 lines
725 B
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
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|