Skip to content

agent-plugin-event-emitter / Exports / IEventEmitterPluginExecutionResult

Interface: IEventEmitterPluginExecutionResult

Plugin execution result for event emitter

Indexable

▪ [key: string]: TEventExecutionValue | Record<string, TEventExecutionValue> | Record<string, TEventExecutionValue>[] | undefined

Table of contents

Properties

Properties

content

Optional content: string

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:66


response

Optional response: string

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:67


duration

Optional duration: number

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:68


tokensUsed

Optional tokensUsed: number

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:69


toolsExecuted

Optional toolsExecuted: number

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:70


usage

Optional usage: Record<string, TEventExecutionValue>

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:71


toolCalls

Optional toolCalls: Record<string, TEventExecutionValue>[]

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:72

Released under the MIT License.