Skip to main content

Module request_context

Module request_context 

Source
Expand description

Request context passed to the AgentExecutor.

RequestContext bundles together the incoming message, task identifiers, and any previously stored task snapshot so that the executor has all the information it needs to process a request.

Structs§

RequestContext
Context for a single agent execution request.