Interface: ModelGradedSpec
Properties
choice_scores
• choice_scores: Record<string, number>
Defined in
llm.ts:256 (opens in a new tab)
model
• Optional model: string
Defined in
llm.ts:257 (opens in a new tab)
prompt
• prompt: string
Defined in
llm.ts:255 (opens in a new tab)
temperature
• Optional temperature: number
Defined in
llm.ts:259 (opens in a new tab)
use_cot
• Optional use_cot: boolean