-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: 修复编辑后交易员系统提示词模板不生效问题 #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🤖 Advisory Check ResultsThese are advisory checks to help improve code quality. They won't block your PR from being merged. 📋 PR InformationTitle Format: ✅ Good - Follows Conventional Commits 🔧 Backend ChecksGo Formatting: Files needing formattingGo Vet: ✅ Good Fix locally: go fmt ./... # Format code
go vet ./... # Check for issues
go test ./... # Run tests⚛️ Frontend ChecksBuild & Type Check: ✅ Success Fix locally: cd web
npm run build # Test build (includes type checking)📖 ResourcesQuestions? Feel free to ask in the comments! 🙏 These checks are advisory and won't block your PR from being merged. This comment is automatically generated from pr-checks-run.yml. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
代码审查报告 - PR #708审查结果:
|
|
Pls fix this according to the comment otherwise this will be closed. Thanks! |
|
Pls recreate PR, closed |
📝 Description | 描述
编辑交易员配置后,系统提示词模板(system_prompt_template)不生效
🎯 Type of Change | 变更类型
📋 Changes Made | 具体变更
后端使用请求中的 SystemPromptTemplate 值
移除跳过已存在交易员的逻辑,确保配置同步
前端在更新请求中包含 system_prompt_template 字段
API 响应中包含 system_prompt_template,便于前端显示
🧪 Testing | 测试
✅ Checklist | 检查清单
Code Quality | 代码质量
Documentation | 文档
Git
devbranch | 已 rebase 到最新dev分支📚 Additional Notes | 补充说明
English: | 中文:
By submitting this PR, I confirm | 提交此 PR,我确认:
🌟 Thank you for your contribution! | 感谢你的贡献!