Helicone · Schema

Pick_FilterLeaf.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
request_response_rmt object
View JSON Schema on GitHub

JSON Schema

helicone-pick-filterleafrequest-response-rmt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Pick_FilterLeaf.request_response_rmt_",
  "title": "Pick_FilterLeaf.request_response_rmt_",
  "properties": {
    "request_response_rmt": {
      "$ref": "#/components/schemas/Partial_RequestResponseRMTToOperators_"
    }
  },
  "type": "object",
  "description": "From T, pick a set of properties whose keys are in the union K"
}