Commit 3af5ac4
alu
fix: pass empty arguments object in tools-call-simple-text scenario
The reference everything-server's zod schema rejects `undefined` arguments
and requires at least `{}`, so omitting `arguments` caused the server to
return `isError: true` with a validation error. This went unnoticed under
the previous lenient check but is correctly flagged by the new `isError`
assertion. Matches the convention used by every other tool-call scenario
in this file.1 parent cd062a6 commit 3af5ac4
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
126 | 132 | | |
127 | 133 | | |
128 | 134 | | |
| |||
0 commit comments