mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
Chore: thanks to bump-pydantic (#25437)
This commit is contained in:
@ -809,7 +809,7 @@ class LoggingMessageNotificationParams(NotificationParams):
|
||||
"""The severity of this log message."""
|
||||
logger: str | None = None
|
||||
"""An optional name of the logger issuing this message."""
|
||||
data: Any
|
||||
data: Any = None
|
||||
"""
|
||||
The data to be logged, such as a string message or an object. Any JSON serializable
|
||||
type is allowed here.
|
||||
|
||||
Reference in New Issue
Block a user