Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Function: createLlmScorerVersion()

function createLlmScorerVersion(
  params: CreateLlmScorerVersionParams,
): Promise<BaseScorerVersionResponse>;
Defined in: src/utils/scorers.ts Creates a new LLM scorer version for a given scorer.

Parameters

params

CreateLlmScorerVersionParams The parameters for creating the LLM scorer version.

Returns

Promise<BaseScorerVersionResponse> A promise that resolves to the created scorer version.