(20250128) Bug Fix.

This commit is contained in:
2025-01-28 13:42:26 +05:30
parent f13437c7ab
commit c3bc77c2cb
+1 -1
View File
@@ -170,7 +170,7 @@ class CoreMessageModel(BaseModel):
frozen = True
)
snippet: str = Field(
snippet: str | None = Field(
description = "a truncated version of the actual textual content of the message",
frozen = False
)