agents / Exports / BaseExecutionContext
Interface: BaseExecutionContext
Base execution context for all plugins
Indexable
▪ [key: string
]: string
| number
| boolean
| Date
| string
[] | number
[] | boolean
[] | Message
[] | Record
<string
, string
| number
| boolean
> | Record
<string
, string
| number
| boolean
| Date
> | undefined
Table of contents
Properties
Properties
executionId
• Optional
executionId: string
Defined in
packages/agents/src/abstracts/base-plugin.ts:52
sessionId
• Optional
sessionId: string
Defined in
packages/agents/src/abstracts/base-plugin.ts:53
userId
• Optional
userId: string
Defined in
packages/agents/src/abstracts/base-plugin.ts:54
messages
• Optional
messages: Message
[]
Defined in
packages/agents/src/abstracts/base-plugin.ts:56
config
• Optional
config: Record
<string
, string
| number
| boolean
>
Defined in
packages/agents/src/abstracts/base-plugin.ts:57
metadata
• Optional
metadata: Record
<string
, string
| number
| boolean
| Date
>