fix(plugin-sdk): export line runtime subpath

This commit is contained in:
Vincent Koc
2026-03-22 20:39:16 -07:00
parent 8b667cbe44
commit f69062c16e
3 changed files with 5 additions and 17 deletions

View File

@@ -35,23 +35,6 @@ function createCatalogContext(
};
}
function createTestModel(id: string, name: string): ModelDefinitionConfig {
return {
id,
name,
reasoning: false,
input: ["text"],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 128_000,
maxTokens: 4_096,
};
}
describe("defineSingleProviderPluginEntry", () => {
it("registers a single provider with default wizard metadata", async () => {
const entry = defineSingleProviderPluginEntry({