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
class UnexpectedPartialToolCallIndex(expectedIndex: Int, actualIndex: Int) : StreamFrameFlowBuilderError
Occurs when the index of a partial tool call that lacks an id
does not match the to-be completed tool call's index.