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
/
GatewayRequestContext
Gateway
Request
Context
class
GatewayRequestContext
(
val
baseUrl
:
String
,
val
headers
:
Map
<
String
,
String
>
)
(
source
)
Since
0.3.0-beta01
Members
Constructors
Gateway
Request
Context
Link copied to clipboard
constructor
(
baseUrl
:
String
,
headers
:
Map
<
String
,
String
>
)
Properties
base
Url
Link copied to clipboard
val
baseUrl
:
String
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>