tui: improve toolcall duration visual alignment by adding consistent indentation
parent
5527b4ea4d
commit
ce9900dca0
|
|
@ -1990,7 +1990,7 @@ function Task(props: ToolProps<typeof TaskTool>) {
|
|||
</Show>
|
||||
</Show>
|
||||
<Show when={duration() && props.part.state.status === "completed"}>
|
||||
{"\n↳ "}
|
||||
{"\n ↳ "}
|
||||
{tools().length} toolcalls · {Locale.duration(duration())}
|
||||
</Show>
|
||||
</InlineTool>
|
||||
|
|
|
|||
Loading…
Reference in New Issue