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