Fix input event streaming behavior semantics

This commit is contained in:
Mario Zechner
2026-05-28 10:13:06 +02:00
parent 1fc57a5d5b
commit cbe8625528
4 changed files with 78 additions and 1 deletions

View File

@@ -984,7 +984,7 @@ export class AgentSession {
currentText,
currentImages,
options?.source ?? "interactive",
options?.streamingBehavior,
this.isStreaming ? options?.streamingBehavior : undefined,
);
if (inputResult.action === "handled") {
preflightResult?.(true);