You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/WebGenAI-CLI.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ Notes:
347
347
348
348
### Add Logic to Existing Projects
349
349
350
-
As shown below, in an existing project located under the Manager:
350
+
As shown below, you can add Natural Language logic to existing projects. Using an existing project located under the Manager:
351
351
352
352
1. Create a prompt such as `docs/logic/check_credit.prompt`
353
353
@@ -368,6 +368,8 @@ Notes:
368
368
369
369
* See the notes above for creating new projects with logic
370
370
* Unlike new projects, columns are not created automatically for derived attributes. You can create these as described in [data model changes](Database-Changes.md){:target="_blank" rel="noopener"}.
371
+
* Most likely, you will maintain the logic in the `logic_discovery` directory.
372
+
* When you are done, you might want to rename the `docs/logic` files (e.g., change the file extension) so they are not processed on future runs.
371
373
372
374

0 commit comments