Commit 412ceba
fix(tools): fix type error in append_messages lambda return type
- Add cast() to fix pyright type error where lambda returns dict instead of ParseMessageCreateParamsBase
- Fix bug: use params["messages"] (existing conversation) instead of messages (input variable)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e6f0370 commit 412ceba
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
0 commit comments