Helicone · Schema

CreateEvaluatorParams

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
scoring_type string
llm_template object
name string
code_template object
last_mile_config object
View JSON Schema on GitHub

JSON Schema

helicone-createevaluatorparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateEvaluatorParams",
  "title": "CreateEvaluatorParams",
  "properties": {
    "scoring_type": {
      "type": "string"
    },
    "llm_template": {},
    "name": {
      "type": "string"
    },
    "code_template": {},
    "last_mile_config": {}
  },
  "required": [
    "scoring_type",
    "name"
  ],
  "type": "object",
  "additionalProperties": false
}