refactor: trim thinking helper import graph

This commit is contained in:
Shakker
2026-04-01 19:07:54 +01:00
committed by Peter Steinberger
parent 54af005f59
commit 8d5c11d31b

View File

@@ -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";