Skip to content

Documentation / @agentick/tui / renderToolCall

Function: renderToolCall()

renderToolCall(name, duration?, summary?): string

Defined in: rendering/content-block.ts:99

Render a tool call indicator line.

Parameters

name

string

duration?

number

summary?

string

Returns

string

Released under the ISC License.