Skip to content

Documentation / @agentick/angular / ToolCallEntry

Interface: ToolCallEntry

Defined in: client/src/chat-types.ts:43

Properties

duration?

optional duration: number

Defined in: client/src/chat-types.ts:47


error?

optional error: string

Defined in: client/src/chat-types.ts:50


id

id: string

Defined in: client/src/chat-types.ts:44


name

name: string

Defined in: client/src/chat-types.ts:45


result?

optional result: string

Defined in: client/src/chat-types.ts:49


status

status: "done"

Defined in: client/src/chat-types.ts:46


summary?

optional summary: string

Defined in: client/src/chat-types.ts:48

Released under the ISC License.