CachedAgentState interface
Represents agent state that has been cached in the turn context. Used internally to track state changes and avoid unnecessary storage operations.
Properties
hash | Hash of the state used to detect changes |
state | The state object containing all properties and their values |
Property Details
hash
Hash of the state used to detect changes
hash: string
Property Value
string
state
The state object containing all properties and their values
state: {[id: string]: any}
Property Value
{[id: string]: any}