Update knowledge.txt
Browse files- knowledge.txt +5 -13
knowledge.txt
CHANGED
@@ -1,13 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
[File Operations]
|
7 |
-
- List files with /file:list
|
8 |
-
- Create files using AI commands
|
9 |
-
- Execute scripts with !command
|
10 |
-
|
11 |
-
[AI Interaction]
|
12 |
-
- Start commands with /ai or AI:
|
13 |
-
- Get help with 'help' command
|
|
|
1 |
+
Example Commands:
|
2 |
+
- CREATE_FILE:example.py
|
3 |
+
- EDIT_FILE:example.py:print("Hello World")
|
4 |
+
- !python example.py
|
5 |
+
- cd my_directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|