Refactor (10)

This commit is contained in:
2026-03-05 23:02:58 +09:00
parent f61298f9e4
commit 309698d507

View File

@@ -65,9 +65,7 @@ const replyJobPrompt = getSystemPrompt(
async function rephrase(text: string) {
await using rephraseSession = new LlmSession(
model,
getSystemPrompt(
"ユーザが与えたテキストを「~です」「~ます」調(丁寧な文体)で言い換えたものを、そのまま出力してください。",
),
);
await rephraseSession.init();
const res = parseResponse(