Helicone · Schema

IncludeExperimentKeys

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
inputs boolean
promptVersion boolean
responseBodies boolean
score boolean
View JSON Schema on GitHub

JSON Schema

helicone-includeexperimentkeys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IncludeExperimentKeys",
  "title": "IncludeExperimentKeys",
  "properties": {
    "inputs": {
      "type": "boolean",
      "enum": [
        true
      ],
      "nullable": false
    },
    "promptVersion": {
      "type": "boolean",
      "enum": [
        true
      ],
      "nullable": false
    },
    "responseBodies": {
      "type": "boolean",
      "enum": [
        true
      ],
      "nullable": false
    },
    "score": {
      "type": "boolean",
      "enum": [
        true
      ],
      "nullable": false
    }
  },
  "type": "object",
  "additionalProperties": false
}