fix gemini system prompt

ec02547b0ef077ae68421e87a60e989dca22bd1e

Ecalose <47114714+Ecalose@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
src/prompt-converters.js+1 -1
@@ -412,7 +412,7 @@ export function convertGooglePrompt(messages, model, useSysPrompt, names) {
412412 }
413413 }
414414
415415 const system_instruction = { parts: [{ text: sys_prompt.trim() } ]};
416416 const toolNameMap = {};
417417
418418 const contents = [];