Merge · Schema

PatchedCandidateEndpointRequest

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
model object
remote_user_id string
View JSON Schema on GitHub

JSON Schema

merge-patchedcandidateendpointrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedCandidateEndpointRequest",
  "title": "PatchedCandidateEndpointRequest",
  "type": "object",
  "properties": {
    "model": {
      "$ref": "#/components/schemas/PatchedCandidateRequest"
    },
    "remote_user_id": {
      "type": "string"
    }
  },
  "required": [
    "model",
    "remote_user_id"
  ]
}