StreamFrameFlowBuilderError

Represents an error that can occur during buildStreamFrameFlow operations.

Inheritors

Types

Link copied to clipboard

Occurs when trying to upsert partial tool call data (e.g., parts of the tool arguments contents) when there is no pre-existing partial tool call data to append to.

Link copied to clipboard

Occurs when the index of a partial tool call that lacks an id does not match the to-be completed tool call's index.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?