Interfaces
CreateCustomLlmMetricParams
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.
optional cotEnabled: boolean;
optional description: string;
optional modelName: string;
name: string;
optional nodeLevel:
| "agent"
| "llm"
| "retriever"
| "tool"
| "workflow"
| "control"
| "trace"
| "session";
optional numJudges: number;
optional outputType: OutputType;
optional tags: string[];
userPrompt: string;
Was this page helpful?