tui: prefix task descriptions with 'Task' label for clearer identification during delegation
parent
e5c5c1df12
commit
1f3ee037aa
|
|
@ -1981,7 +1981,7 @@ function Task(props: ToolProps<typeof TaskTool>) {
|
|||
pending="Delegating..."
|
||||
part={props.part}
|
||||
>
|
||||
{props.input.description}
|
||||
Task {props.input.description}
|
||||
<Show when={isRunning() && tools().length > 0}>
|
||||
{" "}
|
||||
· {tools().length} toolcalls
|
||||
|
|
|
|||
Loading…
Reference in New Issue