Přeskočit obsah

Inquirium Adapter Response v1

Source schema: doc/schemas/inquirium.adapter.response.v1.schema.json

Neutral text-generation response emitted by middleware-hosted Inquirium adapters.

Fields

Field Required Shape Description
schema yes const: inquirium.adapter.response.v1
provider yes string
provider_request_id no string | null
model no string | null
output yes array
stop_reason no string | null
usage yes object
diagnostics yes object

Definitions

Definition Shape Description
outputChunk object
## Field Semantics

schema

  • Required: yes
  • Shape: const: inquirium.adapter.response.v1

provider

  • Required: yes
  • Shape: string

provider_request_id

  • Required: no
  • Shape: string | null

model

  • Required: no
  • Shape: string | null

output

  • Required: yes
  • Shape: array

stop_reason

  • Required: no
  • Shape: string | null

usage

  • Required: yes
  • Shape: object

diagnostics

  • Required: yes
  • Shape: object

Definition Semantics

$defs.outputChunk

  • Shape: object