mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Add undocumented limits to sub-agents documentation
- Document the 301 character limit for description field - Document the 10,000 character limit for system prompt Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
f467c2493f
commit
8e72c4fb87
1 changed files with 7 additions and 0 deletions
|
|
@ -502,3 +502,10 @@ Always follow these standards:
|
|||
- **Access Control**: Project and user-level separation provides appropriate boundaries
|
||||
- **Sensitive Information**: Avoid including secrets or credentials in agent configurations
|
||||
- **Production Environments**: Consider separate agents for production vs development environments
|
||||
|
||||
## Limits
|
||||
|
||||
The following limits apply to Subagent configurations:
|
||||
|
||||
- **Description Field**: Limited to 301 characters
|
||||
- **System Prompt**: Limited to 10,000 characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue