Group Chat Limitations
Group chats are public environments where any member can see the Bot's replies. For security, most sensitive operations are disabled in groups.
Cannot execute code
The exec tool is disabled in groups. The Bot cannot run any code or shell commands.
Cannot read/write files
read, write, edit tools are disabled. The Bot cannot access the container's file system.
Cannot control browser
The browser tool is disabled. The Bot cannot perform web automation.
Cannot send voice
The tts tool is disabled. The Bot cannot send voice messages.
Cannot access other sessions
Session-related tools are disabled. The Bot cannot view or manipulate other sessions.
Cannot message other channels
The message tool is disabled. The Bot cannot proactively send messages to other chats.
Why These Limitations?
Group chats are public environments. If code execution or file operations were allowed in groups, it could lead to:
- • Sensitive information leaks (file contents, environment variables, etc.)
- • Malicious operations (other members could trick the Bot into running dangerous commands)
- • Credit abuse (complex operations consuming large amounts of API credits)
Need full capabilities? Chat with the Bot privately. All tools and commands are available in private chat.