Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gateway/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14558,7 +14558,7 @@ async def _handle_message_with_agent(self, event, source, _quick_key: str, run_g
if _media_adapter:
await self._deliver_media_from_response(
response, event, _media_adapter,
history_media_paths=_history_media_paths,
history_media_paths=_collect_history_media_paths(history),
)
# Streaming already delivered the body text, but the footer was
# intentionally held back (see the `not already_sent` gate above).
Expand Down