II.
ContextBundle JSON
Structured · livecontext-bundle:symphony-rag
Symphony RAG context bundle json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "context-bundle:symphony-rag",
"_kind": "ContextBundle",
"_file": "extensions/prompt-engineering/context-bundles.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Symphony RAG context bundle",
"domain": "retrieval-augmented-generation",
"description": "RAG-mode bundle: replaces freeform memory retrieval with citation-bound\nsources from the knowledge graph + vector store.\n"
},
"outgoingEdges": [
{
"from": "context-bundle:symphony-rag",
"to": "prompt-template:rag-answer",
"kind": "bundles_template",
"attributes": {}
},
{
"from": "context-bundle:symphony-rag",
"to": "embedding-profile:openai-text-embedding-3-large",
"kind": "embeds_with",
"attributes": {}
}
],
"incomingEdges": []
}