We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4234169 commit 6c0d3edCopy full SHA for 6c0d3ed
ts/packages/dispatcher/src/execute/actionHandlers.ts
@@ -168,7 +168,7 @@ async function executeAction(
168
displayError(result.error, actionContext);
169
} else {
170
if (result.displayContent !== undefined) {
171
- actionContext.actionIO.appendDisplay(result.displayContent);
+ actionContext.actionIO.setDisplay(result.displayContent);
172
}
173
if (result.dynamicDisplayId !== undefined) {
174
systemContext.clientIO.setDynamicDisplay(
0 commit comments