fix(tools): correct analyze_audio description to reference audio model - #3787
Open
jeffwu-1999 wants to merge 2 commits into
Open
fix(tools): correct analyze_audio description to reference audio model#3787jeffwu-1999 wants to merge 2 commits into
jeffwu-1999 wants to merge 2 commits into
Conversation
analyze_audio 工具的描述、docstring、字段说明和报错文案此前写成 "视频理解模型/video understanding model",与工具用途不符,也与同文件 内已有的"音频理解模型"措辞不一致。统一改为"音频理解模型/audio understanding model",并将文档前置配置中 analyze_video/analyze_audio 拆分为各自对应的视频/音频理解模型。 vlm_model 参数名保留不改,避免牵连 tool_configuration_service 等调用方 的接口级改动。 Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(tools): correct analyze_audio description to reference audio model
The analyze_audio tool's descriptions, docstrings, field descriptions,
and error messages referred to the "video understanding model", which
is inconsistent with the tool's purpose and with the "audio understanding
model" wording already used elsewhere in the same file. Align all
references to "audio understanding model", and split the docs prerequisite
line so analyze_video and analyze_audio each reference their respective
model.
The vlm_model parameter name is intentionally kept, since renaming it
would be an interface-level change affecting tool_configuration_service
and other consumers.