mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
pass tags
This commit is contained in:
@@ -524,6 +524,7 @@ async def stream_chat_completion(
|
||||
session=session, # Pass session object to avoid Redis refetch
|
||||
context=context,
|
||||
tool_call_response=str(tool_response_messages),
|
||||
tags=tags,
|
||||
):
|
||||
yield chunk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user