fix: Patch dummy message and fix test (#2192)

This commit is contained in:
Matthew Zhou
2024-12-07 13:11:46 -08:00
committed by GitHub
parent ef1635c0d6
commit 79cc78f5cb
5 changed files with 24 additions and 13 deletions

View File

@@ -217,7 +217,6 @@ def openai_chat_completions_process_stream(
dummy_message = _Message(
role=_MessageRole.assistant,
text="",
user_id="",
agent_id="",
model="",
name=None,