Dax Raad 1 anno fa
parent
commit
be65ed6f88
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      js/src/session/session.ts

+ 1 - 0
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";