Commit 4a795db
committed
fix: rename member content var in on_tool_call_completed to satisfy mypy
The member branch bound the member snapshot dict to `content`, which the
non-member path later reassigns to a JSON string, tripping a mypy
assignment-type error after the rebase onto latest main.1 parent 8aec3f0 commit 4a795db
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
245 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments