Skip to content

agent-event-service / Exports / IToolEventData

Interface: IToolEventData

Tool-related event payload.

Hierarchy

Table of contents

Properties

Properties

timestamp

timestamp: Date

Timestamp when the event was emitted. This is required for deterministic ordering.

Inherited from

IBaseEventData.timestamp

Defined in

interfaces.ts:78


metadata

Optional metadata: TEventLoggerData

Optional structured metadata

Inherited from

IBaseEventData.metadata

Defined in

interfaces.ts:81


toolName

Optional toolName: string

Defined in

interfaces.ts:96


parameters

Optional parameters: Record<string, TEventUniversalValue>

Defined in

interfaces.ts:97

Released under the MIT License.