Skip to content

Commit 98cd30b

Browse files
committed
add comment
1 parent 10743b5 commit 98cd30b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/agentscope/formatter/_openai_formatter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@ async def _format(
405405
block, # type: ignore[arg-type]
406406
),
407407
)
408+
# Although OpenAI officially doesn't support video input,
409+
# some third-party compatible model services, such as
410+
# DashScope, require video support.
408411
elif typ == "video":
409412
content_blocks.append(
410413
_format_openai_video_block(

0 commit comments

Comments
 (0)