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