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
/
InvalidApprovalResponse
Invalid
Approval
Response
class
InvalidApprovalResponse
(
val
toolCallId
:
String
,
val
knownPendingIds
:
List
<
String
>
)
:
AgentError
(
source
)
Since
0.3.0-beta01
Members
Constructors
Invalid
Approval
Response
Link copied to clipboard
constructor
(
toolCallId
:
String
,
knownPendingIds
:
List
<
String
>
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
known
Pending
Ids
Link copied to clipboard
val
knownPendingIds
:
List
<
String
>
message
Link copied to clipboard
expect
open
val
message
:
String
?
tool
Call
Id
Link copied to clipboard
val
toolCallId
:
String