Skip to content

Commit 5f076eb

Browse files
committed
update readme
1 parent 8afd9f6 commit 5f076eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ src/flare_ai_rag/
120120
│ ├── vtpm_attestation.py # vTPM client
121121
│ └── vtpm_validation.py # Token validation
122122
├── 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
123+
│ ├── library.py # Prompt module library
124+
│ ├── schemas.py # Schema definitions
125+
│ ├── service.py # Prompt service module
126+
│ └── templates.py # Prompt templates
127127
├── responder/ # Response generation
128128
│ ├── base.py # Base responder interface
129129
│ ├── config.py # Response configuration

0 commit comments

Comments
 (0)