Skip to content

Commit c1d00a4

Browse files
author
benshuk
committed
fix: 🏷️ message is required
1 parent 2ffb1dd commit c1d00a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai21/models/maestro/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class DataSources(TypedDict, total=False):
127127
web_search: Optional[List[WebSearchResult]]
128128

129129

130-
class RunError(TypedDict, total=False):
130+
class RunError(TypedDict):
131131
message: str
132132

133133

0 commit comments

Comments
 (0)