(20250128) Bug Fix.
This commit is contained in:
@@ -170,7 +170,7 @@ class CoreMessageModel(BaseModel):
|
|||||||
frozen = True
|
frozen = True
|
||||||
)
|
)
|
||||||
|
|
||||||
snippet: str = Field(
|
snippet: str | None = Field(
|
||||||
description = "a truncated version of the actual textual content of the message",
|
description = "a truncated version of the actual textual content of the message",
|
||||||
frozen = False
|
frozen = False
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user