Build evidence context for output encoders

This commit is contained in:
2026-07-27 18:17:54 +00:00
parent a4c7eca87b
commit e61e522662
4 changed files with 371 additions and 0 deletions

View File

@@ -292,6 +292,7 @@ type OutputRequest struct {
LLMProfile string `json:"llm_profile,omitempty"`
Metadata map[string]any `json:"metadata,omitempty"`
ChunkMap *SerializedArtifact `json:"chunk_map,omitempty"`
EvidenceContext *SerializedArtifact `json:"evidence_context,omitempty"`
}
type OutputFile struct {