Skip to content

Commit fd3c5d8

Browse files
committed
chore(webapp,dashboard-agent): remove unused AI declarations
1 parent e1e6248 commit fd3c5d8

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

apps/webapp/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"eval:dev": "evalite watch"
2828
},
2929
"dependencies": {
30-
"@ai-sdk/anthropic": "^3.0.0",
3130
"@ai-sdk/openai": "^3.0.0",
3231
"@ai-sdk/react": "^3.0.0",
3332
"@ariakit/react": "^0.4.6",

internal-packages/dashboard-agent/src/agent-runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function getDb(): DashboardAgentDbClient {
5757

5858
// Resolves the `"provider:model-id"` strings on our managed prompts to AI SDK
5959
// models, against whichever provider is switched on.
60-
export { registry, resolveDashboardAgentModel } from "./model-provider";
60+
export { resolveDashboardAgentModel } from "./model-provider";
6161

6262
// The agent's persistence, behind an interface so tests can inject a fake via
6363
// `locals` and never need a real database.

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)