Skip to content

toolmark-monorepo / @toolmark/react / ActiveCall

Interface: ActiveCall ​

Defined in: packages/react/src/use-agent-activity.ts:6

One in-flight tool call.

Properties ​

caller ​

caller: Caller

Defined in: packages/react/src/use-agent-activity.ts:12

Who is calling.


callId ​

callId: string

Defined in: packages/react/src/use-agent-activity.ts:8

Unique id of the call.


startedAt ​

startedAt: number

Defined in: packages/react/src/use-agent-activity.ts:14

When the call started (ms since epoch).


tool ​

tool: string

Defined in: packages/react/src/use-agent-activity.ts:10

Full tool name.