We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10743b5 commit 98cd30bCopy full SHA for 98cd30b
1 file changed
src/agentscope/formatter/_openai_formatter.py
@@ -405,6 +405,9 @@ async def _format(
405
block, # type: ignore[arg-type]
406
),
407
)
408
+ # Although OpenAI officially doesn't support video input,
409
+ # some third-party compatible model services, such as
410
+ # DashScope, require video support.
411
elif typ == "video":
412
content_blocks.append(
413
_format_openai_video_block(
0 commit comments