mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:00:42 +00:00
fix: centralize provider thinking profiles
This commit is contained in:
@@ -81,6 +81,7 @@ export type {
|
||||
ProviderTransportTurnState,
|
||||
ProviderToolSchemaDiagnostic,
|
||||
ProviderResolveUsageAuthContext,
|
||||
ProviderThinkingProfile,
|
||||
ProviderThinkingPolicyContext,
|
||||
ProviderValidateReplayTurnsContext,
|
||||
ProviderWebSocketSessionPolicy,
|
||||
|
||||
@@ -6,6 +6,7 @@ export { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";
|
||||
export {
|
||||
formatThinkingLevels,
|
||||
formatXHighModelHint,
|
||||
isThinkingLevelSupported,
|
||||
normalizeThinkLevel,
|
||||
resolveSupportedThinkingLevel,
|
||||
supportsXHighThinking,
|
||||
|
||||
@@ -63,6 +63,7 @@ import type {
|
||||
ProviderTransportTurnState,
|
||||
ProviderToolSchemaDiagnostic,
|
||||
ProviderResolveUsageAuthContext,
|
||||
ProviderThinkingProfile,
|
||||
ProviderThinkingPolicyContext,
|
||||
ProviderValidateReplayTurnsContext,
|
||||
ProviderWebSocketSessionPolicy,
|
||||
@@ -119,6 +120,7 @@ export type {
|
||||
ProviderPrepareRuntimeAuthContext,
|
||||
ProviderSanitizeReplayHistoryContext,
|
||||
ProviderResolveUsageAuthContext,
|
||||
ProviderThinkingProfile,
|
||||
ProviderResolveDynamicModelContext,
|
||||
ProviderResolveTransportTurnStateContext,
|
||||
ProviderResolveWebSocketSessionPolicyContext,
|
||||
|
||||
Reference in New Issue
Block a user