Skip to content

Commit 2c27eae

Browse files
committed
Add input to appRunData
1 parent 4047f90 commit 2c27eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llmstack/client/src/components/apps/renderer/AppRenderer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export function AppRenderer({ app, ws }) {
255255
isStreaming: false,
256256
errors: null,
257257
messages: messagesRef.current.get(),
258+
input,
258259
}));
259260

260261
ws.send(

0 commit comments

Comments
 (0)