feat: update test message body configuration for Gemini API
parent
e5821f5b4c
commit
92c16fdc3d
|
@ -170,7 +170,12 @@ pub static TEST_MESSAGE_BODY: LazyLock<Value> = LazyLock::new(|| {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"generationConfig": {
|
||||||
|
"thinkingConfig": {
|
||||||
|
"thinkingBudget": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue