fix(ui): enable MCP UI to send a prompt message when an element is clicked (#6207)
This commit is contained in:
@@ -276,6 +276,7 @@ function BaseChatContent({
|
||||
onRenderingComplete={handleRenderingComplete}
|
||||
onMessageUpdate={onMessageUpdate}
|
||||
submitElicitationResponse={submitElicitationResponse}
|
||||
append={(text: string) => handleSubmit(text)}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user