Skip to content

Add AI stream provider conformance tests#3423

Merged
asim merged 1 commit into
masterfrom
codex/increment-3422
Jun 30, 2026
Merged

Add AI stream provider conformance tests#3423
asim merged 1 commit into
masterfrom
codex/increment-3422

Conversation

@asim

@asim asim commented Jun 30, 2026

Copy link
Copy Markdown
Member

Adds provider-backed conformance coverage for registered ai.Stream implementations across the OpenAI-compatible providers, including request shape, event ordering, usage chunks, cancellation/close behavior, and unsupported-provider fallback without key leakage.

Testing:

  • go build ./...
  • go test ./ai/...
  • go test ./... (fails in this environment: cache expiration timing and loopback targets forbidden in grpc tests)
  • golangci-lint run ./...

Closes #3420
Closes #3422

@asim asim added the codex label Jun 30, 2026
@asim asim merged commit f61f3dc into master Jun 30, 2026
9 checks passed
@asim asim deleted the codex/increment-3422 branch June 30, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Continuous improvement increment #114 Add provider-backed ai.Stream conformance coverage

2 participants