Inquirium Adapter Invoke v1¶
Source schema: doc/schemas/inquirium.adapter.invoke.v1.schema.json
Neutral text-generation invocation payload accepted by middleware-hosted Inquirium adapters.
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: inquirium.adapter.invoke.v1 |
|
operation |
yes |
enum: text.generate, text.respond, chat.completion |
|
model |
yes |
string | |
input |
yes |
object | |
parameters |
no |
object | |
metadata |
no |
object |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
message |
object | |
textBlock |
object | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
inquirium.adapter.invoke.v1
operation¶
- Required:
yes - Shape: enum:
text.generate,text.respond,chat.completion
model¶
- Required:
yes - Shape: string
input¶
- Required:
yes - Shape: object
parameters¶
- Required:
no - Shape: object
metadata¶
- Required:
no - Shape: object
Definition Semantics¶
$defs.message¶
- Shape: object
$defs.textBlock¶
- Shape: object