LLMStreamingFailedContext

Represents the context for handling an error event during streaming. This context is provided when an error occurs during streaming.

Constructors

Link copied to clipboard
constructor(runId: String, error: Throwable)

Properties

Link copied to clipboard

The exception or error that occurred during streaming.

Link copied to clipboard

Represents the specific type of event handled within the event handler context, categorizing the nature of agent-related or strategy-related events.

Link copied to clipboard

The unique identifier for this streaming session.