Skip to content

Commit 8afd9f6

Browse files
committed
update readme
1 parent 6774aa0 commit 8afd9f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ src/flare_ai_rag/
119119
│ ├── simulated_token.txt
120120
│ ├── vtpm_attestation.py # vTPM client
121121
│ └── 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
122127
├── responder/ # Response generation
123128
│ ├── base.py # Base responder interface
124129
│ ├── config.py # Response configuration

0 commit comments

Comments
 (0)