AgentActionSession
Generated by TypeDoc. Do not edit this page directly.
Interface: AgentActionSession<TState, TResources>
Section titled “Interface: AgentActionSession<TState, TResources>”Defined in: packages/core/src/runtime/types/sessions.ts:122
Extends
Section titled “Extends”AgentReadSession<TState,TResources>
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
TState extends AgentSharedState | AgentSharedState |
TResources extends Record<string, unknown> | Record<string, unknown> |