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
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
API Logic Server / GenAI provides CLI commands that accepts a Natural Language prompt (e.g, CRM system), and produces:
4
4
5
-
* a Microservice: an Admin App and a JSON:API
6
-
* a project you can download and customize in your IDE using rules and python
7
-
* deploy as a container using automatically generated scripts.
5
+
* a Microservice, an Admin App and a JSONAPI
6
+
* a project that you can download and customize in your IDE using rules and Python
7
+
* which can be deployed as a container using automatically generated scripts.
8
8
9
9
API Logic Server / GenAI uses:
10
10
@@ -37,19 +37,19 @@ Projects are created in the currrent working directory, here, the manager.
37
37
38
38
You can review created projects by using the app, and/or reviewing the [data model](Database-Connectivity.md){:target="_blank" rel="noopener"}. Of course, it's simple to resubmit a new prompt and re-create the project.
39
39
40
-
However, this will be completely new rendition of your idea, and it may change things you like about the project. ***Conversations*** enable you to keep what you already have, while making desired changed.
40
+
However, this will be a completely new rendition of your idea, and it may change things you like about the project. ***Conversations*** enable you to keep what you already have, while making desired changes.
41
41
42
-
When you create a project, the API Logic Server / GenAI saves your prompt and response in a conversatation-directory. Conversations are saved in 2 different conversations-directories:
42
+
When you create a project, the API Logic Server / GenAI saves your prompt and response in a conversation-directory. Conversations are saved in 2 different conversation-directories:
43
43
44
44
* the manager's `system/genai/temp/<project>` directory
45
45
46
46
* the created project's `doc` directory.
47
47
48
-
You can iterate interative prompts, or by adding files to the manager's `system/genai/temp/<project>` directory.
48
+
You can iterate with interactive prompts, or by adding files to the manager's `system/genai/temp/<project>` directory.
49
49
50
50
51
51
52
-
### Conversations - Interative
52
+
### Conversations - Interactive
53
53
54
54
The figure below creates and iterates a project, using the manager:
55
55
@@ -64,7 +64,7 @@ als genai-iterate —-project-name=conv —using='add payments'
64
64
65
65
### Conversations - Files
66
66
67
-
Alternatively, you can iterate projects by adding files to Manager's temp directory:
67
+
Alternatively, you can iterate projects by adding files to the Manager's temp directory:
68
68
69
69
```bash title='iterate project using files (Note: genai, not genai-iterate)'
70
70
als genai-create --project-name=conv --using='customer orders'
@@ -99,13 +99,13 @@ As of release 11.2.10, you can declare Natural Language Logic when you create pr
99
99
100
100
### Create Projects with Logic
101
101
102
-
As shown below, you can the CLI `als genai` command to designate a prompt file that generates a system, including logic.
102
+
As shown below, you can use the CLI `als genai` command to designate a prompt file that generates a system, including logic.
103
103
104
104
105
105
Note:
106
106
107
107
1. Logic files can contain derivations and constraints
108
-
2. The system will create model attributes for derived columns. Note these can dramatically improve performance.
108
+
2. The system will create model attributes for derived columns. Note that these can dramatically improve performance.
109
109
110
110
You can declare logic formally, or informally.
111
111
@@ -117,7 +117,7 @@ You can use familiar dot notation in declaring rules, e.g.
117
117
118
118

0 commit comments