fix: keep mock openai responses requests

This commit is contained in:
Peter Steinberger
2026-01-10 22:55:31 +01:00
parent 1c257f170a
commit 708f04b02f
2 changed files with 6 additions and 1 deletions

View File

@@ -589,6 +589,7 @@ export async function getReplyFromConfig(
(agentCfg?.elevatedDefault as ElevatedLevel | undefined) ??
"on")
: "off";
const _providerKey = sessionCtx.Provider?.trim().toLowerCase();
const resolvedBlockStreaming =
opts?.disableBlockStreaming === true
? "off"