mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 08:33:10 +00:00
tui: fix task status to show current tool state from message store
This commit is contained in:
@@ -130,7 +130,6 @@ export const TaskTool = Tool.define("task", async (ctx) => {
|
||||
ctx.metadata({
|
||||
title: params.description,
|
||||
metadata: {
|
||||
summary: Object.values(parts).sort((a, b) => a.id.localeCompare(b.id)),
|
||||
sessionId: session.id,
|
||||
model,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user