mirror of https://github.com/aliasrobotics/cai.git
Add CAI PRO badges
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
6babb4ad94
commit
c7a942eae3
|
|
@ -1086,7 +1086,10 @@ Use ```/agent``` to list all the agents available.
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary> How can I monitor context usage and token consumption? /context or /ctx </summary>
|
||||
<summary> How can I monitor context usage and token consumption? /context or /ctx 🚀 CAI PRO </summary>
|
||||
|
||||
> **⚡ CAI PRO Exclusive Feature**
|
||||
> The `/context` command is available exclusively in **[CAI PRO](https://aliasrobotics.com/cybersecurityai.php)**. To access this feature and unlock advanced monitoring capabilities, visit [Alias Robotics](https://aliasrobotics.com/cybersecurityai.php) for more information.
|
||||
|
||||
Use ```/context``` (or the short form ```/ctx```) to view your current context window usage and token statistics.
|
||||
|
||||
|
|
|
|||
|
|
@ -27,8 +27,11 @@ This document provides documentation for all commands available in the CAI (Cont
|
|||
- Configure CTF (Capture The Flag) variables
|
||||
- Manage configuration through environment variables
|
||||
|
||||
### **Context Usage Monitoring (`context.py`)**
|
||||
### **Context Usage Monitoring (`context.py`)** 🚀 **CAI PRO Exclusive**
|
||||
### **ContextCommand**
|
||||
> **⚡ CAI PRO Exclusive Feature**
|
||||
> The `/context` command is available exclusively in **[CAI PRO](https://aliasrobotics.com/cybersecurityai.php)**. To access this feature and unlock advanced monitoring capabilities, visit [Alias Robotics](https://aliasrobotics.com/cybersecurityai.php) for more information.
|
||||
|
||||
- **Command**: `/context` or `/ctx`
|
||||
- **Purpose**: View context usage and token statistics for the current conversation
|
||||
- **Features**:
|
||||
|
|
|
|||
|
|
@ -377,7 +377,10 @@ Load a previously saved conversation.
|
|||
|
||||
## Utility Commands
|
||||
|
||||
### `/context [agent_name]` or `/ctx`
|
||||
### `/context [agent_name]` or `/ctx` 🚀 **CAI PRO Exclusive**
|
||||
|
||||
> **⚡ CAI PRO Exclusive Feature**
|
||||
> The `/context` command is available exclusively in **[CAI PRO](https://aliasrobotics.com/cybersecurityai.php)**. To access this feature and unlock advanced monitoring capabilities, visit [Alias Robotics](https://aliasrobotics.com/cybersecurityai.php) for more information.
|
||||
|
||||
Display context window usage and token statistics for the current conversation.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue