agent-playground / Exports / IToolExecutionTrackingData
Interface: IToolExecutionTrackingData
Tool execution tracking data
Table of contents
Properties
Properties
toolName
• toolName: string
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:219
parameters
• parameters: TToolParameters
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:220
context
• Optional context: IToolExecutionContext
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:221
startTime
• startTime: Date
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:222
endTime
• Optional endTime: Date
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:223
result
• Optional result: TUniversalValue
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:224
error
• Optional error: Error
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:225
executionId
• executionId: string
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:226
parentBlockId
• Optional parentBlockId: string
Defined in
agent-playground/src/lib/playground/block-tracking/types.ts:227