MaxToolCallsPerStepExceeded

class MaxToolCallsPerStepExceeded(val toolCallCount: Int, val maxToolCallsPerStep: Int) : AgentError(source)

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(toolCallCount: Int, maxToolCallsPerStep: Int)

Properties

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