Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/reranker-llm / ScoringPromptInput
Interface: ScoringPromptInput
Defined in: scoring-prompt.ts:15
Inputs passed to a ScoringPromptBuilder.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
maxScore | readonly | number | Maximum integer the model is allowed to return. | scoring-prompt.ts:19 |
passage | readonly | string | - | scoring-prompt.ts:17 |
query | readonly | string | - | scoring-prompt.ts:16 |