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
/
TextGenerationRequest
Text
Generation
Request
class
TextGenerationRequest
(
source
)
Since
0.3.0-beta01
Members
Types
Companion
Link copied to clipboard
object
Companion
Input
Link copied to clipboard
sealed
class
Input
Non
Empty
Messages
Link copied to clipboard
class
NonEmptyMessages
Properties
input
Link copied to clipboard
val
input
:
TextGenerationRequest.Input
messages
Link copied to clipboard
val
messages
:
List
<
ModelMessage
>
prompt
Link copied to clipboard
val
prompt
:
String
?
settings
Link copied to clipboard
val
settings
:
CallSettings
system
Link copied to clipboard
val
system
:
String
?