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.providers
/
GoogleInteractionsModelInput
Google
Interactions
Model
Input
sealed
class
GoogleInteractionsModelInput
(
source
)
Since
0.3.0-beta01
Inheritors
Model
Agent
ManagedAgent
Members
Types
Agent
Link copied to clipboard
data
class
Agent
(
val
name
:
String
)
:
GoogleInteractionsModelInput
Managed
Agent
Link copied to clipboard
data
class
ManagedAgent
(
val
name
:
String
)
:
GoogleInteractionsModelInput
Model
Link copied to clipboard
data
class
Model
(
val
name
:
String
)
:
GoogleInteractionsModelInput
Properties
name
Link copied to clipboard
abstract
val
name
:
String