Claude: fix prefills

8b13c40e0de24a18be6825e42d45901d7e7a6826

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
src/prompt-converters.js+1 -1
@@ -229,7 +229,7 @@ function convertClaudeMessages(messages, prefillString, useSysPrompt, humanMsgFi
229229 messages.push({
230230 role: 'assistant',
231231 // Dangling whitespace are not allowed for prefilling
232232 content: [{ type: 'text', text: prefillString.trimEnd() }],
233233 });
234234 }
235235