trace.ai-cli 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.markdown +4 -8
- package/package.json +1 -1
package/README.markdown
CHANGED
|
@@ -87,7 +87,9 @@ This launches the interactive CLI interface where you can enter commands and que
|
|
|
87
87
|
```
|
|
88
88
|
/system [query]
|
|
89
89
|
```
|
|
90
|
-
|
|
90
|
+
The system information feature supports natural language queries that automatically determine which information to return.
|
|
91
|
+
|
|
92
|
+
Example: `/system How much RAM do I have available?`
|
|
91
93
|
|
|
92
94
|
- **Add Context**:
|
|
93
95
|
```
|
|
@@ -121,13 +123,7 @@ This launches the interactive CLI interface where you can enter commands and que
|
|
|
121
123
|
```
|
|
122
124
|
/stats
|
|
123
125
|
```
|
|
124
|
-
|
|
125
|
-
```
|
|
126
|
-
/system
|
|
127
|
-
```
|
|
128
|
-
The system information feature supports natural language queries that automatically determine which information to return.
|
|
129
|
-
Example: `/system How much RAM do I have available?`
|
|
130
|
-
|
|
126
|
+
|
|
131
127
|
- **Exit**:
|
|
132
128
|
```
|
|
133
129
|
/exit
|