| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 98.27586% with 2 lines in your changes missing coverage. Please review.
📢 Thoughts on this report? Let us know! |
Sorry, something went wrong.
| if not match: | ||
| return message | ||
|
|
||
| return f"租户智能体数量已达到上限:每个租户最多 {match.group(1)} 个智能体" |
There was a problem hiding this comment.
不应该硬编码中文提示,使用统一错误码,并在前端增加对应的国际化
Sorry, something went wrong.
Sorry, something went wrong.
| ): | ||
| if get_display_width(prompt_request.task_description) > MAX_AGENT_BUSINESS_DESCRIPTION_DISPLAY_WIDTH: | ||
| raise HTTPException( | ||
| status_code=HTTPStatus.BAD_REQUEST, |
There was a problem hiding this comment.
http错误码建议使用429
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Validation