We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afd9f6 commit 5f076ebCopy full SHA for 5f076eb
README.md
@@ -120,10 +120,10 @@ src/flare_ai_rag/
120
│ ├── vtpm_attestation.py # vTPM client
121
│ └── vtpm_validation.py # Token validation
122
├── prompts/ # AI system prompts & templates
123
-│ ├── library.py # Prompt module library
124
-│ ├── schemas.py # Schema definitions
125
-│ ├── service.py # Prompt service module
126
-│ └── templates.py # Prompt templates
+│ ├── library.py # Prompt module library
+│ ├── schemas.py # Schema definitions
+│ ├── service.py # Prompt service module
+│ └── templates.py # Prompt templates
127
├── responder/ # Response generation
128
│ ├── base.py # Base responder interface
129
│ ├── config.py # Response configuration
0 commit comments