mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:10:44 +00:00
fix(test): align trace directive type stubs
This commit is contained in:
@@ -165,6 +165,7 @@ function buildCommandParams(params?: {
|
||||
hasVerboseDirective: false,
|
||||
hasFastDirective: false,
|
||||
hasReasoningDirective: false,
|
||||
hasTraceDirective: false,
|
||||
hasElevatedDirective: false,
|
||||
hasExecDirective: false,
|
||||
hasExecOptions: false,
|
||||
|
||||
@@ -47,6 +47,7 @@ function buildContext(params?: {
|
||||
hasVerboseDirective: false,
|
||||
hasFastDirective: false,
|
||||
hasReasoningDirective: false,
|
||||
hasTraceDirective: false,
|
||||
hasElevatedDirective: false,
|
||||
hasExecDirective: false,
|
||||
hasExecOptions: false,
|
||||
|
||||
Reference in New Issue
Block a user