diff options
| author | Dax Raad <[email protected]> | 2025-05-28 17:25:00 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-28 17:25:00 -0400 |
| commit | be65ed6f88609a97126e770d1b4071f4e4599aae (patch) | |
| tree | 0c3d8e26b105a4e499d4d1e1e99a722a339dc12f | |
| parent | e88264075a8b67c46b57d13db8488f4f01e7f9f1 (diff) | |
| download | opencode-be65ed6f88609a97126e770d1b4071f4e4599aae.tar.gz opencode-be65ed6f88609a97126e770d1b4071f4e4599aae.zip | |
sync
| -rw-r--r-- | js/src/session/session.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/session/session.ts b/js/src/session/session.ts index 1bbafc78b..7dd058677 100644 --- a/js/src/session/session.ts +++ b/js/src/session/session.ts @@ -20,6 +20,7 @@ import * as tools from "../tool"; import { Decimal } from "decimal.js"; import PROMPT_ANTHROPIC from "./prompt/anthropic.txt"; +import PROMPT_TITLE from "./prompt/title.txt"; import type { Tool } from "../tool/tool"; import { Share } from "../share/share"; |
