mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 15:56:03 +00:00
perf: minor fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user