We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6774aa0 commit 8afd9f6Copy full SHA for 8afd9f6
README.md
@@ -119,6 +119,11 @@ src/flare_ai_rag/
119
│ ├── simulated_token.txt
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
127
├── responder/ # Response generation
128
│ ├── base.py # Base responder interface
129
│ ├── config.py # Response configuration
0 commit comments