Commit 998a8d9
committed
fix: access tool parameters from part.state.input instead of part.parameters
Session message ToolPart stores input in part.state.input, not part.parameters.
When parameters were undefined, all tools of the same type got identical
signatures, causing the deduplicator to incorrectly mark them all as duplicates.1 parent 6ff41a8 commit 998a8d9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments