Update docs for 2.2 release

- Update protocol specs
- Update protocol docs
- Update API specs
This commit is contained in:
Cyber MacGeddon 2026-04-07 21:25:21 +01:00
parent c20e6540ec
commit 3fd3f89e6b
15 changed files with 488 additions and 867 deletions

View file

@ -10,6 +10,7 @@ properties:
- observation
- answer
- final-answer
- explain
- error
example: answer
content:
@ -29,6 +30,11 @@ properties:
type: string
description: Named graph containing the explainability data
example: urn:graph:retrieval
explain_triples:
type: array
description: Provenance triples for this explain event (inline, no follow-up query needed)
items:
$ref: '../common/Triple.yaml'
end-of-message:
type: boolean
description: Current chunk type is complete (streaming mode)

View file

@ -18,6 +18,11 @@ properties:
type: string
description: Named graph containing the explainability data
example: urn:graph:retrieval
explain_triples:
type: array
description: Provenance triples for this explain event (inline, no follow-up query needed)
items:
$ref: '../common/Triple.yaml'
end-of-stream:
type: boolean
description: Indicates LLM response stream is complete

View file

@ -18,6 +18,11 @@ properties:
type: string
description: Named graph containing the explainability data
example: urn:graph:retrieval
explain_triples:
type: array
description: Provenance triples for this explain event (inline, no follow-up query needed)
items:
$ref: '../common/Triple.yaml'
end_of_stream:
type: boolean
description: Indicates LLM response stream is complete