File tree 2 files changed +5
-0
lines changed 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,5 +42,7 @@ Finally, rebuild the project:
42
42
cd ../
43
43
als genai --using=genai_demo.prompt --repaired-response=genai_demo_fixup_required/docs/fixup/response_fixup.json
44
44
```
45
+
46
+ > Fixup does not update your ` ui/admin/admin.yaml ` ; you can update it manually.
45
47
46
48
  ;
Original file line number Diff line number Diff line change @@ -178,12 +178,14 @@ als genai-logic --suggest --logic='*'
178
178
```
179
179
180
180
Important notes about suggestions and generated code:
181
+
181
182
* ` --suggest --logic='*' ` is intended to enable you to identify logic that does not translate into proper code
182
183
* The example above was pretty good, but sometimes the results are downright silly:
183
184
* Just run suggest again, or
184
185
* Repair ` docs/logic_suggestions/002_logic_suggestions.prompt `
185
186
186
187
Also...
188
+
187
189
* It is not advised to paste the code into ` logic/declare_logic.py `
188
190
* The suggested logic may result in new data model attributes
189
191
* 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
199
201
```
200
202
201
203
Observe:
204
+
202
205
1 . The created project has the rule suggestions in ` logic/declare_logic.py `
203
206
2 . A revised Data Model in ` database/models.py ` that includes attributes introduced by the logic suggestions
204
207
3 . Revised test database, initialized to reflect the derivations in the suggested logic
You can’t perform that action at this time.
0 commit comments