Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/reranker-llm / ScoringPrompt
Interface: ScoringPrompt
Defined in: scoring-prompt.ts:29
Result of a ScoringPromptBuilder call. The system message is forwarded verbatim to the provider; the user message is the per-pair instruction.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
system | readonly | string | scoring-prompt.ts:30 |
user | readonly | string | scoring-prompt.ts:31 |