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


id ​

id: string

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


name ​

name: string

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


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.