generate runningSummary on each turn, and include it with the main completion

This commit is contained in:
Avraham Sakal
2025-07-21 20:38:42 -04:00
parent d4018bdc8e
commit 3ba60b999c
8 changed files with 980 additions and 44 deletions
+3 -1
View File
@@ -103,7 +103,9 @@ export default function LayoutDefault({
size={16}
stroke={1.5}
className="border-on-hover"
onClick={() => {
onClick={(e) => {
e.preventDefault();
e.stopPropagation();
trpc.chat.createConversation.mutate().then((res) => {
if (!res?.id) return;
addConversation(res);