Skip to content

Commit d1fa422

Browse files
committed
fix: error message
1 parent 8847cac commit d1fa422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ export abstract class ToolBase {
126126
{
127127
type: "text",
128128
text: `Error running ${this.name}: ${error instanceof Error ? error.message : String(error)}`,
129-
isError: true,
130129
},
131130
],
131+
isError: true,
132132
};
133133
}
134134

0 commit comments

Comments
 (0)