Skip to content

fix(tools): correct analyze_audio description to reference audio model - #3787

Open
jeffwu-1999 wants to merge 2 commits into
developfrom
fix/analyze-audio-description
Open

fix(tools): correct analyze_audio description to reference audio model#3787
jeffwu-1999 wants to merge 2 commits into
developfrom
fix/analyze-audio-description

Conversation

@jeffwu-1999

Copy link
Copy Markdown
Contributor

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.

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

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants