Fix input event streaming behavior semantics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user