fix(agents): include reasoningLevel in compaction params
parent
357891a063
commit
050c1c5391
|
|
@ -769,6 +769,7 @@ export async function compactEmbeddedPiSession(params: {
|
|||
provider?: string;
|
||||
model?: string;
|
||||
thinkLevel?: ThinkLevel;
|
||||
reasoningLevel?: ReasoningLevel;
|
||||
bashElevated?: BashElevatedDefaults;
|
||||
customInstructions?: string;
|
||||
lane?: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue