Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / WireAgentEndEvent
Interface: WireAgentEndEvent<TOutput>
Defined in: packages/core/src/types/agent-event-wire.ts:58
Wire twin of AgentEndEvent: result.state is the JSON-safe WireRunState projection.
Stable
Extends
Omit<AgentEndEvent<TOutput>,"result">
Type Parameters
| Type Parameter | Default type |
|---|---|
TOutput | string |
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
result | readonly | Omit<AgentResult<TOutput>, "state"> & { state: WireRunState; } | - | packages/core/src/types/agent-event-wire.ts:60 |
runId | readonly | string | Omit.runId | packages/core/src/types/agent-event.ts:315 |
type | readonly | "agent.end" | Omit.type | packages/core/src/types/agent-event.ts:314 |