fix(block): Add missing error pin to Exa Contents Block (#9604)

<!-- Clearly explain the need for these changes: -->

### Changes 🏗️

The Exa Block has a missing error pin which prevents error handling,
this adds that.
This commit is contained in:
Toran Bruce Richards
2025-03-07 19:41:15 +00:00
committed by GitHub
parent fdd6a5d847
commit fe927c8345

View File

@@ -51,6 +51,7 @@ class ExaContentsBlock(Block):
description="List of document contents",
default=[],
)
error: str = SchemaField(description="Error message if the request failed")
def __init__(self):
super().__init__(