Interfaces
CreateLlmScorerVersionParams
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
As of August 7, 2026, Galileo is now Splunk Agent Observability. This documentation applies to customers who onboarded prior to August 7, 2026. If you onboarded after this date, use agent-observability-docs.splunk.com.
optional chainPollTemplate: object;
optional explanation_field_name: string;
explanation;
optional metric_description: null | string;
optional metric_few_shot_examples: object[];
optional metric_system_prompt: null | string;
optional response_schema:
| null
| {
[key: string]: unknown;
};
template: string;
optional value_field_name: string;
rating;
optional cotEnabled: boolean;
optional instructions: string;
optional modelName: string;
optional numJudges: number;
optional outputType: OutputType;
optional scoreableNodeTypes: (
| "agent"
| "llm"
| "retriever"
| "tool"
| "workflow"
| "control"
| "trace"
| "session")[];
scorerId: string;
optional userPrompt: string;
Was this page helpful?