Dax Raad пре 4 месеци
родитељ
комит
9def7cff2d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/opencode/src/session/summary.ts

+ 1 - 1
packages/opencode/src/session/summary.ts

@@ -30,7 +30,7 @@ export namespace MessageSummary {
           {
           {
             role: "user",
             role: "user",
             content: `
             content: `
-            Summarize the following conversation into 2 sentences MAX explaining what happened and why
+            Summarize the following conversation into 2 sentences MAX explaining what the assistant did and why. Do not explain the user's input.
             <conversation>
             <conversation>
             ${JSON.stringify(MessageV2.toModelMessage(messages))}
             ${JSON.stringify(MessageV2.toModelMessage(messages))}
             </conversation>
             </conversation>