diff options
| author | Dax Raad <[email protected]> | 2025-10-22 19:03:08 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-22 19:03:08 -0400 |
| commit | 9def7cff2da5708f43a2bd73853297601d1cad67 (patch) | |
| tree | 21d076d44deadd1c4ce641738078b1b5f30a5a7f /packages | |
| parent | c2ef930d2ae05f0fc8222ad1c9a04bef233d4ecf (diff) | |
| download | opencode-9def7cff2da5708f43a2bd73853297601d1cad67.tar.gz opencode-9def7cff2da5708f43a2bd73853297601d1cad67.zip | |
summary tweaks
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/session/summary.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/session/summary.ts b/packages/opencode/src/session/summary.ts index 3b0807997..f796f40e3 100644 --- a/packages/opencode/src/session/summary.ts +++ b/packages/opencode/src/session/summary.ts @@ -30,7 +30,7 @@ export namespace MessageSummary { { role: "user", 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> ${JSON.stringify(MessageV2.toModelMessage(messages))} </conversation> |
