Refactor (3)

This commit is contained in:
2026-02-24 22:09:50 +09:00
parent c60eeb4898
commit e58bef48d2

View File

@@ -93,7 +93,6 @@ await postJobSession.init();
async function processPostJob() {
const notes = await getNotes(10, 0, 5);
const input = notes.map(formatNote).join("\n");
console.log(`* input:\n${input}`);
const text = parseResponse(
grammar,
await postJobSession.prompt(input, {