RunEndEvent
Generated by TypeDoc. Do not edit this page directly.
Class: RunEndEvent
Section titled “Class: RunEndEvent”Defined in: packages/core/src/runtime/events.ts:109
Extends
Section titled “Extends”HarnessEvent<{finalAnswer:string;metrics:unknown; }>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RunEndEvent(record): RunEndEvent;Defined in: packages/core/src/runtime/types/events.ts:35
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
record | HarnessEventRecord<{ finalAnswer: string; metrics: unknown; }> |
Returns
Section titled “Returns”RunEndEvent
Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”| Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|
record | readonly | HarnessEventRecord<{ finalAnswer: string; metrics: unknown; }> | undefined | - | HarnessEvent.record | packages/core/src/runtime/types/events.ts:35 |
schema | static | ObjectSchema<{ finalAnswer: StringSchema; metrics: UnknownSchema; }> | undefined | HarnessEvent.schema | - | packages/core/src/runtime/events.ts:114 |
type | static | string | "run:end" | HarnessEvent.type | - | packages/core/src/runtime/events.ts:113 |
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get at(): string;Defined in: packages/core/src/runtime/types/events.ts:49
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Get Signature
Section titled “Get Signature”get id(): string;Defined in: packages/core/src/runtime/types/events.ts:37
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”payload
Section titled “payload”Get Signature
Section titled “Get Signature”get payload(): TPayload;Defined in: packages/core/src/runtime/types/events.ts:45
Returns
Section titled “Returns”TPayload
Inherited from
Section titled “Inherited from”Get Signature
Section titled “Get Signature”get type(): string;Defined in: packages/core/src/runtime/types/events.ts:41
Returns
Section titled “Returns”string