Skip to content

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.

client: Client<ContentTypes>

The client associated with the error.

ContentTypes = unknown