Helicone · Schema

CreatePromptResponse

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
id string
prompt_version_id string
View JSON Schema on GitHub

JSON Schema

helicone-createpromptresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatePromptResponse",
  "title": "CreatePromptResponse",
  "properties": {
    "id": {
      "type": "string"
    },
    "prompt_version_id": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "prompt_version_id"
  ],
  "type": "object",
  "additionalProperties": false
}