Athagi commited on
Commit
2f2b422
·
verified ·
1 Parent(s): b878efb

Update knowledge.txt

Browse files
Files changed (1) hide show
  1. knowledge.txt +5 -13
knowledge.txt CHANGED
@@ -1,13 +1,5 @@
1
- [Core Capabilities]
2
- 1. Natural Language Processing
3
- 2. File Management
4
- 3. Command Execution
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