Abhay Yadav
e91da6b214
fix(go): implement Anthropic streaming (ChatStreamlyWithSender) ( #17380 )
...
### Summary
The Go Anthropic driver's `ChatStreamlyWithSender`
(internal/entity/models/anthropic.go) was a stub that always returned
`"no such method"`, so any caller requesting a streamed response from a
Claude model via the Go path failed outright — diverging from the Python
`AnthropicCV` driver, which already supports streaming.
This implements the method by opening the Messages API with
`stream=true` and parsing the SSE response via the shared
`ParseSSEStream` helper, forwarding `text_delta`/`thinking_delta`
content through the `sender` callback and treating `message_stop` as the
terminal event — consistent with the other Go drivers in this package
(e.g. Cohere).
Fixes #17333
---------
Co-authored-by: Abhay Yadav <abhayyadav@Abhays-MacBook-Air.local >
2026-07-28 21:10:28 +08:00
..
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 17:16:50 +08:00
2026-07-28 21:10:28 +08:00
2026-07-28 21:10:28 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:14:05 +08:00
2026-07-27 18:04:36 +08:00
2026-07-27 18:04:36 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:14:05 +08:00
2026-07-28 19:14:05 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-06-08 19:32:19 +08:00
2026-06-08 19:32:19 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 10:51:37 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:19:00 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 10:09:31 +08:00
2026-07-27 10:09:31 +08:00
2026-07-24 19:33:38 +08:00
2026-07-21 13:51:17 +08:00
2026-07-21 13:51:17 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-24 19:33:38 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-28 19:19:00 +08:00
2026-07-28 19:19:00 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 21:27:58 +08:00
2026-07-27 17:16:50 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-24 10:53:09 +08:00
2026-07-24 10:53:09 +08:00
2026-07-24 19:23:51 +08:00
2026-07-24 19:23:51 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-28 21:08:51 +08:00
2026-07-28 21:08:51 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 13:54:36 +08:00
2026-07-24 09:54:08 +08:00
2026-07-27 18:04:36 +08:00
2026-07-27 18:04:36 +08:00
2026-07-27 18:04:36 +08:00
2026-06-03 19:16:28 +08:00
2026-07-28 19:16:31 +08:00
2026-07-14 21:06:11 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-27 18:04:36 +08:00
2026-07-27 18:04:36 +08:00
2026-06-02 13:40:10 +08:00
2026-07-24 19:33:38 +08:00
2026-07-27 17:16:50 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:14:05 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-23 13:39:57 +08:00
2026-07-27 17:16:50 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-28 19:14:05 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 15:33:02 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-28 19:16:31 +08:00
2026-07-28 19:16:31 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 17:16:50 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 17:16:50 +08:00
2026-07-27 17:16:50 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:16:31 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-27 17:16:50 +08:00
2026-07-27 17:16:50 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 10:51:37 +08:00