perf: minor fixes

This commit is contained in:
Junyan Qin
2025-08-03 15:30:11 +08:00
parent 377d455ec1
commit 84129e3339
7 changed files with 15 additions and 22 deletions

View File

@@ -148,8 +148,6 @@ class MessageChunk(pydantic.BaseModel):
tool_call_id: typing.Optional[str] = None
# tool_calls: typing.Optional[list[ToolCallChunk]] = None
is_final: bool = False
def readable_str(self) -> str: