AgentErrorContext
AgentErrorContext<
ContentTypes> =Partial<AgentBaseContext<ContentTypes>> &object
Defined in: sdks/js/agent-sdk/src/core/Agent.ts:134
Context passed to error middleware; message and conversation may be absent.
Type Declaration
Section titled “Type Declaration”client
Section titled “client”client:
Client<ContentTypes>
The client associated with the error.
Type Parameters
Section titled “Type Parameters”ContentTypes
Section titled “ContentTypes”ContentTypes = unknown

