mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:10:58 +00:00
fix(test): align trace directive type stubs
This commit is contained in:
@@ -1199,7 +1199,7 @@ async function readActiveMemorySearchDebug(
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
const details = asRecord(message.details);
|
const details = asRecord(message.details);
|
||||||
const debug = asRecord(details?.debug);
|
const debug = asRecord(details?.debug) ?? {};
|
||||||
const warning = normalizeOptionalString(details?.warning);
|
const warning = normalizeOptionalString(details?.warning);
|
||||||
const action = normalizeOptionalString(details?.action);
|
const action = normalizeOptionalString(details?.action);
|
||||||
const error = normalizeOptionalString(details?.error);
|
const error = normalizeOptionalString(details?.error);
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ function buildCommandParams(params?: {
|
|||||||
hasVerboseDirective: false,
|
hasVerboseDirective: false,
|
||||||
hasFastDirective: false,
|
hasFastDirective: false,
|
||||||
hasReasoningDirective: false,
|
hasReasoningDirective: false,
|
||||||
|
hasTraceDirective: false,
|
||||||
hasElevatedDirective: false,
|
hasElevatedDirective: false,
|
||||||
hasExecDirective: false,
|
hasExecDirective: false,
|
||||||
hasExecOptions: false,
|
hasExecOptions: false,
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ function buildContext(params?: {
|
|||||||
hasVerboseDirective: false,
|
hasVerboseDirective: false,
|
||||||
hasFastDirective: false,
|
hasFastDirective: false,
|
||||||
hasReasoningDirective: false,
|
hasReasoningDirective: false,
|
||||||
|
hasTraceDirective: false,
|
||||||
hasElevatedDirective: false,
|
hasElevatedDirective: false,
|
||||||
hasExecDirective: false,
|
hasExecDirective: false,
|
||||||
hasExecOptions: false,
|
hasExecOptions: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user