Skip to content

Commit 676dc2d

Browse files
committed
nat lang logic
1 parent 6b89f53 commit 676dc2d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/Logic.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Rules are declared in your IDE, using GenAI or Code Completion. Edit the file `
3535

3636
## With GenAI Logic Automation
3737

38+
You can use Natural Language to create logic during project creation, or for existing projects. For more information, [see here](WebGenAI-CLI.md#create-projects-with-logic){:target="_blank" rel="noopener"}.
39+
40+
 
41+
42+
## With CoPilot
43+
3844
If you have Copilot installed, you can use GenAI to create rules. Enter your GenAI prompt, and use Copilot's **Insert at Cursor** button to pasted into `declare_logic.py`
3945

4046
You will typically need to make some small changes, such as the import statements.

docs/WebGenAI-CLI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ In the prior section, the result was a *recreated* project. If you have customi
9393

9494
As of release 11.2.10, you can declare Natural Language Logic when you create projects, and for existing projects.
9595

96-
> Status: Technology Preview. Current implementation presumes projects are running in the Manager directory.
96+
> Status: Beta. Current implementation presumes projects are running in the Manager directory.
9797
9898
 
9999

100100
### Create Projects with Logic
101101

102-
As shown below, you can the CLI `als genai` command to designate a prompt file that contains logic.
102+
As shown below, you can the CLI `als genai` command to designate a prompt file that generates a system, including logic.
103103

104104
![Create Projects wit Logic](images/web_genai/logic/new-projects.png)
105105

0 commit comments

Comments
 (0)