Helicone · Schema

Partial_ResponseTableToOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
body_tokens object
body_model object
body_completion object
status object
model object
View JSON Schema on GitHub

JSON Schema

helicone-partial-responsetabletooperators-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partial_ResponseTableToOperators_",
  "title": "Partial_ResponseTableToOperators_",
  "properties": {
    "body_tokens": {
      "$ref": "#/components/schemas/Partial_NumberOperators_"
    },
    "body_model": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "body_completion": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "status": {
      "$ref": "#/components/schemas/Partial_NumberOperators_"
    },
    "model": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    }
  },
  "type": "object",
  "description": "Make all properties in T optional"
}