Skip to content

Commit 9e43c88

Browse files
committed
minor bugs
1 parent 1e61b66 commit 9e43c88

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/IDE-Fixup-Attrs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ Finally, rebuild the project:
4242
cd ../
4343
als genai --using=genai_demo.prompt --repaired-response=genai_demo_fixup_required/docs/fixup/response_fixup.json
4444
```
45+
46+
> Fixup does not update your `ui/admin/admin.yaml`; you can update it manually.
4547
4648
 

docs/WebGenAI-CLI.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,14 @@ als genai-logic --suggest --logic='*'
178178
```
179179

180180
Important notes about suggestions and generated code:
181+
181182
* `--suggest --logic='*'` is intended to enable you to identify logic that does not translate into proper code
182183
* The example above was pretty good, but sometimes the results are downright silly:
183184
* Just run suggest again, or
184185
* Repair `docs/logic_suggestions/002_logic_suggestions.prompt`
185186

186187
Also...
188+
187189
* It is not advised to paste the code into `logic/declare_logic.py`
188190
* The suggested logic may result in new data model attributes
189191
* These are created automatically by running `als genai` (next step)
@@ -199,6 +201,7 @@ als genai --project-name='genai_demo_with_logic' --using=genai_demo_no_logic/doc
199201
```
200202

201203
Observe:
204+
202205
1. The created project has the rule suggestions in `logic/declare_logic.py`
203206
2. A revised Data Model in `database/models.py` that includes attributes introduced by the logic suggestions
204207
3. Revised test database, initialized to reflect the derivations in the suggested logic

0 commit comments

Comments
 (0)