Skip to content

Commit bbeacae

Browse files
committed
fix: unittests
1 parent 81ba538 commit bbeacae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ai21/models/maestro/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ class ToolCallResult(TypedDict, total=False):
129129
tool_name: str
130130
tool_type: Literal["mcp", "http"]
131131
server_label: Optional[str]
132-
parameters: dict[str, Any]
133-
response: dict[str, Any]
132+
parameters: Dict[str, Any]
133+
response: Dict[str, Any]
134134
status: Literal["success", "failure"]
135135

136136

0 commit comments

Comments
 (0)