UnexpectedPartialToolCallIndex

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

Constructors

Link copied to clipboard
constructor(expectedIndex: Int, actualIndex: Int)

Properties

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