tui: remove toolcall count from task status to reduce visual clutter
This commit is contained in:
parent
37fdbe7fa6
commit
6dd903c348
1 changed files with 1 additions and 1 deletions
|
|
@ -1978,7 +1978,7 @@ function Task(props: ToolProps<typeof TaskTool>) {
|
|||
let content = [`Task ${props.input.description}`]
|
||||
|
||||
if (isRunning() && tools().length > 0) {
|
||||
content[0] += ` · ${tools().length} toolcalls`
|
||||
// content[0] += ` · ${tools().length} toolcalls`
|
||||
if (current()) content.push(`└ ${Locale.titlecase(current()!.tool)} ${(current()!.state as any).title}`)
|
||||
else content.push(`└ Running...`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue