Helicone · Schema

PromptsFilterNode

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-promptsfilternode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PromptsFilterNode",
  "title": "PromptsFilterNode",
  "anyOf": [
    {
      "$ref": "#/components/schemas/FilterLeafSubset_prompt_v2_"
    },
    {
      "$ref": "#/components/schemas/PromptsFilterBranch"
    },
    {
      "type": "string",
      "enum": [
        "all"
      ]
    }
  ]
}