Merge branch 'staging' into geminifeat2

This commit is contained in:
Cohee
2025-01-06 19:20:58 +02:00
2 changed files with 12 additions and 12 deletions

View File

@@ -321,7 +321,7 @@ async function sendMakerSuiteRequest(request, response) {
};
if (should_use_system_prompt) {
body.system_instruction = prompt.system_instruction;
body.systemInstruction = prompt.system_instruction;
}
return body;