已合并
docs: align agentic SFT data example with qwen3omni format #3017
Hi_Archer创建于 8月19日
docs: align agentic SFT data example with qwen3omni format #3017
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 Hi_Archer 的贡献)atomgit-bot
8月19日 评论:
8月19日 评论:
变更摘要
该 PR 为纯文档改动:修复 docs/zh/features/agentic_sft.md 中的 Agentic SFT 数据样例,使其与 qwen3omni 提供的工具调用(tool calling)样例格式对齐,不涉及任何代码逻辑变更,PR 描述中也注明不涉及测试。
主要改动
- 文档样例修复: 重写
docs/zh/features/agentic_sft.md中的 Agentic SFT 数据示例(共 76 行新增、37 行删除),使文档示例与 qwen3omni 官方工具调用样例格式保持一致 - 工具调用格式对齐: 数据样例中的工具调用写法按 qwen3omni 的格式规范进行调整,便于用户按对齐后的格式构造 Agentic SFT 训练数据
- 仅文档变更: 该 PR 只涉及文档修改,不改变任何代码行为,也未引入用户可见的功能变化(唯一用户可见变更即该文档内容本身)


不准确?
atomgit-bot
8月19日 评论:
8月19日 评论:
🤖 本次改动均为数据 / 生成 / 二进制文件(如测试用例、锁文件、媒体资源),没有可审查的代码逻辑,已跳过 AI 代码审查。


不准确?
8月19日 添加了label:stat/needs-squash
8月19日 添加了label:ascend-cla/yes
此处折叠了102条消息 查看更多
8月21日 添加了label:lgtm
ascend-robot
8月21日 评论:
8月21日 评论:
8月21日 合入了pull request
What this PR does / why we need it?
修复Agentic SFT样例,与qwen3omni提供的工具调用样例对齐
关联issue:https://gitcode.com/Ascend/MindSpeed-MM/issues/640
Does this PR introduce any user-facing change?
修改文档:https://gitcode.com/Ascend/MindSpeed-MM/blob/master/docs/zh/features/agentic_sft.md
How was this patch tested?
不涉及