Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/agent / / AgentCallOptions
Interface: AgentCallOptions<TDeps>
Defined in: packages/agent/src/types.ts:215
Per-call options accepted by agent.stream(...) / agent.run(...).
Stable
Type Parameters
| Type Parameter |
|---|
TDeps |
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
deps? | readonly | TDeps | - | packages/agent/src/types.ts:216 |
directive? | readonly | ResumeDirective | HITL resume directive. Supplied alongside a RunState to resolve any approvals that were pending when the previous agent.run(...) call suspended. | packages/agent/src/types.ts:225 |
sessionId? | readonly | string | - | packages/agent/src/types.ts:218 |
signal? | readonly | AbortSignal | - | packages/agent/src/types.ts:217 |
userId? | readonly | string | - | packages/agent/src/types.ts:219 |