anthropicBackend implements UseChatBackend for Anthropic API
| 178 | |
| 179 | // anthropicBackend implements UseChatBackend for Anthropic API |
| 180 | type anthropicBackend struct{} |
| 181 | |
| 182 | func (b *anthropicBackend) RunChatStep( |
| 183 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected