picoclaw/pkg/providers/bedrock
Andy Lo-A-Foe b03fa61764 test(bedrock): add unit tests for ChatStream/parseStreamResponse
Tests cover: text-only streaming with chunk accumulation, tool call
parsing with fragmented JSON, mixed text+tool responses, context
cancellation, invalid JSON fallback to raw payload, nil stream guard,
default finish reason, and all stop reason mappings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-29 21:17:16 +02:00
..
provider_bedrock.go feat(bedrock): implement StreamingProvider for real-time token streaming 2026-04-29 21:17:16 +02:00
provider_bedrock_test.go test(bedrock): add unit tests for ChatStream/parseStreamResponse 2026-04-29 21:17:16 +02:00
provider_stub.go feat(providers): add AWS Bedrock provider (#1903) 2026-03-24 01:10:56 +08:00
provider_stub_test.go feat(providers): add AWS Bedrock provider (#1903) 2026-03-24 01:10:56 +08:00