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
/
ToolLoopAgentAction
/
ApproveToolCall
Approve
Tool
Call
data
class
ApproveToolCall
(
val
toolCallId
:
String
)
:
ToolLoopAgentAction
<
Nothing
>
(
source
)
Approve a tool call that paused the loop. Resumes the agent.
Since
0.3.0-beta01
Members
Constructors
Approve
Tool
Call
Link copied to clipboard
constructor
(
toolCallId
:
String
)
Properties
tool
Call
Id
Link copied to clipboard
val
toolCallId
:
String