agentContextDataAdditionalKey
A storage key utilized for associating and retrieving AgentContextData
within the AI agent's storage system.
This key is intended for internal use within the AI agents' infrastructure to securely store and access data related to an agent's context. The associated data includes details such as message history, node identifiers, and the last input processed by the agent, allowing seamless tracking and management of an agent's state.
The storage key is marked with the @InternalAgentsApi
annotation, indicating that it is part of the internal mechanism and not meant for public or general-purpose development use. It may be subject to changes or removal without notice.