Commit 89e0a33
fix tests: restore chat_response + invoke_result + chat_request imports
CI failure was 'name chat_response is not defined' in server.ws_connect
proxy path, plus invoke_result used in invoke flow. client.chat() needs
chat_request at module level too — inline import was a smell. tests pass
locally now (pytest 10/10 in venv).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ce7598d commit 89e0a33
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments