Helicone · Schema

Partial_RequestTableToOperators_

Make all properties in T optional

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
prompt object
created_at object
user_id object
auth_hash object
org_id object
id object
node_id object
model object
modelOverride object
path object
country_code object
prompt_id object
View JSON Schema on GitHub

JSON Schema

helicone-partial-requesttabletooperators-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partial_RequestTableToOperators_",
  "title": "Partial_RequestTableToOperators_",
  "properties": {
    "prompt": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "created_at": {
      "$ref": "#/components/schemas/Partial_TimestampOperators_"
    },
    "user_id": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "auth_hash": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "org_id": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "id": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "node_id": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "model": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "modelOverride": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "path": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "country_code": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    },
    "prompt_id": {
      "$ref": "#/components/schemas/Partial_TextOperators_"
    }
  },
  "type": "object",
  "description": "Make all properties in T optional"
}