Agent: add thinkingOnce flag
parent
dc3c82ad40
commit
1ac6ab4428
|
|
@ -31,6 +31,7 @@ type AgentCommandOpts = {
|
||||||
to?: string;
|
to?: string;
|
||||||
sessionId?: string;
|
sessionId?: string;
|
||||||
thinking?: string;
|
thinking?: string;
|
||||||
|
thinkingOnce?: string;
|
||||||
verbose?: string;
|
verbose?: string;
|
||||||
json?: boolean;
|
json?: boolean;
|
||||||
timeout?: string;
|
timeout?: string;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue