fix: restore provider public artifact types

This commit is contained in:
Peter Steinberger
2026-04-07 10:29:54 +01:00
parent a5efc9a6c9
commit 67e6f88e42

View File

@@ -18,7 +18,6 @@ function createModel(id: string, name: string): ModelDefinitionConfig {
maxTokens: 8_192,
};
}
describe("provider public artifacts", () => {
it("loads bundled provider policy surfaces for anthropic", () => {
const surface = resolveBundledProviderPolicySurface("anthropic");