Helicone · Schema

UpdateEvaluatorParams

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

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

JSON Schema

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