revert adding defauly value for error

This commit is contained in:
SwiftyOS
2025-07-08 10:23:13 +02:00
parent 163713df1a
commit 249249bdcc

View File

@@ -68,7 +68,7 @@ class ExaSearchBlock(Block):
description="List of search results", default_factory=list
)
error: str = SchemaField(
description="Error message if the request failed", default=""
description="Error message if the request failed",
)
def __init__(self):