fix(ui): enable MCP UI to send a prompt message when an element is clicked (#6207)

This commit is contained in:
Rizel Scarlett
2025-12-19 18:18:33 -05:00
committed by GitHub
parent e84d7dc3fc
commit 04a849a47d
+1
View File
@@ -276,6 +276,7 @@ function BaseChatContent({
onRenderingComplete={handleRenderingComplete}
onMessageUpdate={onMessageUpdate}
submitElicitationResponse={submitElicitationResponse}
append={(text: string) => handleSubmit(text)}
/>
</>
);