🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-12-12 09:12:34 +00:00
parent de5c77407d
commit 78c59f4f28

View File

@ -119,8 +119,7 @@ class GeminiAdapter(BaseAdapter):
system_instruction_parts = [{"text": msg.content}]
elif isinstance(msg.content, list):
system_instruction_parts = [
await converter.convert_part(part)
for part in msg.content
await converter.convert_part(part) for part in msg.content
]
continue