Commit ad627da
fix: Resolve type error in executeToolCall function
Convert ToolExecutionResult to string using ui.FormatToolResultForLLM() instead of
returning the struct directly. This fixes the typecheck error in the linter.
Co-authored-by: Eden Reich <[email protected]>1 parent 9730dd3 commit ad627da
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
294 | | - | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
0 commit comments