feat(mcp): elicitation support (#5965)

This commit is contained in:
Alex Hancock
2025-12-05 21:29:59 -05:00
committed by GitHub
parent 1db40709bb
commit 06155ce0ca
24 changed files with 992 additions and 22 deletions
+2
View File
@@ -96,6 +96,7 @@ function BaseChatContent({
messages,
chatState,
handleSubmit,
submitElicitationResponse,
stopStreaming,
sessionLoadError,
setRecipeUserParams,
@@ -274,6 +275,7 @@ function BaseChatContent({
isStreamingMessage={chatState !== ChatState.Idle}
onRenderingComplete={handleRenderingComplete}
onMessageUpdate={onMessageUpdate}
submitElicitationResponse={submitElicitationResponse}
/>
</>
);