Merge · Schema

RoutingStrategiesGetResponsesContentApplicationJsonSchemaDataItemsMlRouting

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
score_exponent number
behavior string
View JSON Schema on GitHub

JSON Schema

merge-routingstrategiesgetresponsescontentapplicationjsonschemadat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RoutingStrategiesGetResponsesContentApplicationJsonSchemaDataItemsMlRouting",
  "title": "RoutingStrategiesGetResponsesContentApplicationJsonSchemaDataItemsMlRouting",
  "type": "object",
  "properties": {
    "score_exponent": {
      "type": "number",
      "format": "double"
    },
    "behavior": {
      "type": "string"
    }
  }
}