AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
AgentError
/
MaxToolCallsPerStepExceeded
Max
Tool
Calls
Per
Step
Exceeded
class
MaxToolCallsPerStepExceeded
(
val
toolCallCount
:
Int
,
val
maxToolCallsPerStep
:
Int
)
:
AgentError
(
source
)
Since
0.3.0-beta01
Members
Constructors
Max
Tool
Calls
Per
Step
Exceeded
Link copied to clipboard
constructor
(
toolCallCount
:
Int
,
maxToolCallsPerStep
:
Int
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
max
Tool
Calls
Per
Step
Link copied to clipboard
val
maxToolCallsPerStep
:
Int
message
Link copied to clipboard
expect
open
val
message
:
String
?
tool
Call
Count
Link copied to clipboard
val
toolCallCount
:
Int