Helicone · Schema

Result_ChatCompletion-or-_content-string--reasoning-string--calls-any_.string_

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-result-chatcompletion-or-content-string-reasoning-string-cal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Result_ChatCompletion-or-_content-string--reasoning-string--calls-any_.string_",
  "title": "Result_ChatCompletion-or-_content-string--reasoning-string--calls-any_.string_",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ResultSuccess_ChatCompletion-or-_content-string--reasoning-string--calls-any__"
    },
    {
      "$ref": "#/components/schemas/ResultError_string_"
    }
  ]
}