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
/
AgentEvent
/
ToolCallFinished
/
Outcome
/
Success
Success
class
Success
(
val
outputJson
:
JsonElement
)
:
AgentEvent.ToolCallFinished.Outcome
(
source
)
Since
0.3.0-beta01
Members
Constructors
Success
Link copied to clipboard
constructor
(
outputJson
:
JsonElement
)
Properties
output
Json
Link copied to clipboard
val
outputJson
:
JsonElement