patch Context
fun patchContext(aiAgentId: String, contextMap: Map<String, String>, handler: AIAgentContextHandler?)
Patch context value with provided key-value pairs in the context of the AI-Agent.
Since
4.28.0
Parameters
ai Agent Id
The ID of the AI-Agent.
context Map
The map containing the context to update.
handler
The handler to receive the result.