mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 17:21:13 +00:00
refactor: trim thinking helper import graph
This commit is contained in:
committed by
Peter Steinberger
parent
54af005f59
commit
8d5c11d31b
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user