Helicone · Schema

Pick_FilterLeaf.prompts_versions_

From T, pick a set of properties whose keys are in the union K

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
prompts_versions object
View JSON Schema on GitHub

JSON Schema

helicone-pick-filterleafprompts-versions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Pick_FilterLeaf.prompts_versions_",
  "title": "Pick_FilterLeaf.prompts_versions_",
  "properties": {
    "prompts_versions": {
      "$ref": "#/components/schemas/Partial_PromptVersionsToOperators_"
    }
  },
  "type": "object",
  "description": "From T, pick a set of properties whose keys are in the union K"
}