ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
ExecutorContext
Interface ExecutorContext
The A2A Agent Executor context.
interface
ExecutorContext
{
appName
:
string
;
events
:
Event
[]
;
readonlyState
:
Record
<
string
,
unknown
>
;
requestContext
:
RequestContext
;
sessionId
:
string
;
userContent
:
Content
;
userId
:
string
;
}
Properties
app
Name
appName
:
string
events
events
:
Event
[]
readonly
State
readonlyState
:
Record
<
string
,
unknown
>
request
Context
requestContext
:
RequestContext
session
Id
sessionId
:
string
user
Content
userContent
:
Content
user
Id
userId
:
string
Properties
app
Name
events
readonly
State
request
Context
session
Id
user
Content
user
Id
ADK for TypeScript: API Reference - v1.5.0
Loading...
The A2A Agent Executor context.