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
/
ToolResultOutput
/
Text
Text
@
Serializable
@
SerialName
(
value
=
"text"
)
class
Text
(
val
text
:
String
)
:
ToolResultOutput
(
source
)
Since
0.3.0-beta01
Members
Members & Extensions
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
val
text
:
String
Functions
is
Tool
Result
Error
Link copied to clipboard
fun
ToolResultOutput
.
isToolResultError
(
)
:
Boolean
to
Json
Element
Link copied to clipboard
fun
ToolResultOutput
.
toJsonElement
(
)
:
JsonElement