Helicone · Schema

CreateNewPromptVersionForExperimentParams

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
newHeliconeTemplate object
isMajorVersion boolean
metadata object
experimentId string
bumpForMajorPromptVersionId string
parentPromptVersionId string
View JSON Schema on GitHub

JSON Schema

helicone-createnewpromptversionforexperimentparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateNewPromptVersionForExperimentParams",
  "title": "CreateNewPromptVersionForExperimentParams",
  "properties": {
    "newHeliconeTemplate": {},
    "isMajorVersion": {
      "type": "boolean"
    },
    "metadata": {
      "$ref": "#/components/schemas/Record_string.any_"
    },
    "experimentId": {
      "type": "string"
    },
    "bumpForMajorPromptVersionId": {
      "type": "string"
    },
    "parentPromptVersionId": {
      "type": "string"
    }
  },
  "required": [
    "newHeliconeTemplate",
    "parentPromptVersionId"
  ],
  "type": "object",
  "additionalProperties": false
}