LLMStreamingFailedHandler

A functional interface for handling streaming errors. The implementation of this interface provides a mechanism to perform error handling or logging based on the provided error message and run ID.

Functions

Link copied to clipboard
abstract suspend fun handle(eventContext: LLMStreamingFailedContext)

Handles streaming errors by processing the provided error message and run ID.