Agent Modes
The chat is divided into multiple modes based on different scenarios, with each mode having separate optimizations and different functionalities available.
Agent Mode
This is the default mode, recommended for use in complex task scenarios. The AI can perform complex logical understanding and can also implement specific code logic.
Ask Mode
Ask Mode is a read-only mode that answers user questions by searching the codebase but does not perform any write operations on the codebase. Additionally, the overall response of the Ask model is faster, making it more suitable for lightweight scenarios such as Q&A or comprehension.