feat(status): improve status output
This commit is contained in:
@@ -589,7 +589,6 @@ export async function getReplyFromConfig(
|
||||
(agentCfg?.elevatedDefault as ElevatedLevel | undefined) ??
|
||||
"on")
|
||||
: "off";
|
||||
const _providerKey = sessionCtx.Provider?.trim().toLowerCase();
|
||||
const resolvedBlockStreaming =
|
||||
opts?.disableBlockStreaming === true
|
||||
? "off"
|
||||
|
||||
Reference in New Issue
Block a user