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
/
ProviderMetadata
Provider
Metadata
@
Serializable
(
with
=
ProviderMetadataSerializer::class
)
sealed
class
ProviderMetadata
(
source
)
Since
0.3.0-beta01
Inheritors
None
Raw
Members
Types
Companion
Link copied to clipboard
object
Companion
None
Link copied to clipboard
object
None
:
ProviderMetadata
Raw
Link copied to clipboard
data
class
Raw
(
val
metadata
:
JsonObject
)
:
ProviderMetadata
Functions
plus
Link copied to clipboard
operator
fun
plus
(
other
:
ProviderMetadata
)
:
ProviderMetadata
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
JsonElement
>