Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type BaseScorerVersionResponse = object;
optional allowedModel: boolean | null;
optional chainPollTemplate: ChainPollTemplate | null;
optional cotEnabled: boolean | null;
createdAt: string;
optional finetunedScorer: FineTunedScorerResponse | null;
optional generatedScorer: GeneratedScorerResponse | null;
id: string;
optional inputType: InputTypeEnum | null;
optional modelName: string | null;
optional numJudges: number | null;
optional outputType: OutputTypeEnum | null;
optional registeredScorer: CreateUpdateRegisteredScorerResponse | null;
optional scoreableNodeTypes: string[] | null;
scorerId: string;
updatedAt: string;
version: number;
Was this page helpful?