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
/
ToolExecutionTimedOut
Tool
Execution
Timed
Out
class
ToolExecutionTimedOut
(
val
toolName
:
String
,
val
toolCallId
:
String
,
val
timeout
:
Duration
)
:
AgentError
(
source
)
Since
0.3.0-beta01
Members
Constructors
Tool
Execution
Timed
Out
Link copied to clipboard
constructor
(
toolName
:
String
,
toolCallId
:
String
,
timeout
:
Duration
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
timeout
Link copied to clipboard
val
timeout
:
Duration
tool
Call
Id
Link copied to clipboard
val
toolCallId
:
String
tool
Name
Link copied to clipboard
val
toolName
:
String