diff --git a/src/auto-reply/thinking.shared.ts b/src/auto-reply/thinking.shared.ts index 01a80dc2e89..c788334064d 100644 --- a/src/auto-reply/thinking.shared.ts +++ b/src/auto-reply/thinking.shared.ts @@ -1,4 +1,4 @@ -import { matchesExactOrPrefix } from "../plugin-sdk/provider-model-shared.js"; +import { matchesExactOrPrefix } from "../plugins/provider-model-helpers.js"; export type ThinkLevel = "off" | "minimal" | "low" | "medium" | "high" | "xhigh" | "adaptive"; export type VerboseLevel = "off" | "on" | "full";