feat: unwrap Provider namespace + improved automation script (#22690)

This commit is contained in:
Kit Langton 2026-04-15 21:44:46 -04:00 committed by GitHub
commit 1d81335ab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 1653 additions and 1541 deletions

View file

@ -1,5 +1,5 @@
import { Effect, Layer } from "effect"
import { Provider } from "../../src/provider/provider"
import { Provider } from "../../src/provider"
import { ModelID, ProviderID } from "../../src/provider/schema"
export namespace ProviderTest {