feat(llm-task): add thinking override

Co-authored-by: Xaden Ryan <165437834+xadenryan@users.noreply.github.com>
This commit is contained in:
Xaden Ryan
2026-03-12 02:21:35 -06:00
committed by GitHub
parent f37815b323
commit 658bd54ecf
7 changed files with 85 additions and 1 deletions

View File

@@ -2,4 +2,10 @@
// Keep this list additive and scoped to symbols used under extensions/llm-task.
export { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";
export {
formatThinkingLevels,
formatXHighModelHint,
normalizeThinkLevel,
supportsXHighThinking,
} from "../auto-reply/thinking.js";
export type { AnyAgentTool, OpenClawPluginApi } from "../plugins/types.js";