Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / / ResolvedChannelRoute
Interface: ResolvedChannelRoute
Defined in: packages/channels/src/router.ts:45
The routing outcome: which agent handles the conversation and under which session key.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
agentId | readonly | string | - | packages/channels/src/router.ts:46 |
routeIndex | readonly | number | Index of the matched row in the supplied route table (audit). | packages/channels/src/router.ts:49 |
sessionKey | readonly | string | - | packages/channels/src/router.ts:47 |