Helicone · Schema

Pick_FilterLeaf.feedback-or-request-or-response-or-properties-or-values-or-request_response_rmt-or-sessions_request_response_rmt_

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

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
values object
response object
request object
feedback object
request_response_rmt object
sessions_request_response_rmt object
properties object
View JSON Schema on GitHub

JSON Schema

helicone-pick-filterleaffeedback-or-request-or-response-or-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Pick_FilterLeaf.feedback-or-request-or-response-or-properties-or-values-or-request_response_rmt-or-sessions_request_response_rmt_",
  "title": "Pick_FilterLeaf.feedback-or-request-or-response-or-properties-or-values-or-request_response_rmt-or-sessions_request_response_rmt_",
  "properties": {
    "values": {
      "properties": {},
      "additionalProperties": {
        "$ref": "#/components/schemas/Partial_TextOperators_"
      },
      "type": "object"
    },
    "response": {
      "$ref": "#/components/schemas/Partial_ResponseTableToOperators_"
    },
    "request": {
      "$ref": "#/components/schemas/Partial_RequestTableToOperators_"
    },
    "feedback": {
      "$ref": "#/components/schemas/Partial_FeedbackTableToOperators_"
    },
    "request_response_rmt": {
      "$ref": "#/components/schemas/Partial_RequestResponseRMTToOperators_"
    },
    "sessions_request_response_rmt": {
      "$ref": "#/components/schemas/Partial_SessionsRequestResponseRMTToOperators_"
    },
    "properties": {
      "properties": {},
      "additionalProperties": {
        "$ref": "#/components/schemas/Partial_TextOperators_"
      },
      "type": "object"
    }
  },
  "type": "object",
  "description": "From T, pick a set of properties whose keys are in the union K"
}