mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 05:02:04 +03:00
fix(agents): include reasoningLevel in compaction params
This commit is contained in:
@@ -769,6 +769,7 @@ export async function compactEmbeddedPiSession(params: {
|
|||||||
provider?: string;
|
provider?: string;
|
||||||
model?: string;
|
model?: string;
|
||||||
thinkLevel?: ThinkLevel;
|
thinkLevel?: ThinkLevel;
|
||||||
|
reasoningLevel?: ReasoningLevel;
|
||||||
bashElevated?: BashElevatedDefaults;
|
bashElevated?: BashElevatedDefaults;
|
||||||
customInstructions?: string;
|
customInstructions?: string;
|
||||||
lane?: string;
|
lane?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user