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
/
RerankingParams
Reranking
Params
class
RerankingParams
(
source
)
Since
0.3.0-beta01
Members
Properties
abort
Signal
Link copied to clipboard
val
abortSignal
:
AbortSignal
documents
Link copied to clipboard
val
documents
:
List
<
String
>
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
provider
Options
Link copied to clipboard
val
providerOptions
:
ProviderOptions
query
Link copied to clipboard
val
query
:
String
top
N
Link copied to clipboard
val
topN
:
Int
?