AgentContextReader
Generated by TypeDoc. Do not edit this page directly.
Interface: AgentContextReader
Section titled “Interface: AgentContextReader”Defined in: packages/core/src/runtime/types/sessions.ts:92
Extended by
Section titled “Extended by”Methods
Section titled “Methods”get(filter?): ContextEntry[];Defined in: packages/core/src/runtime/types/sessions.ts:93
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
filter? | ContextEntryFilter |
Returns
Section titled “Returns”snapshot()
Section titled “snapshot()”snapshot(): ContextSnapshot | undefined;Defined in: packages/core/src/runtime/types/sessions.ts:94
Returns
Section titled “Returns”ContextSnapshot | undefined