Add parameter replacement to activities in ui (#4617)

This commit is contained in:
Zane
2025-09-12 09:13:23 -07:00
committed by GitHub
parent a808bc6817
commit 0b8be1fd5d
2 changed files with 28 additions and 12 deletions
+2
View File
@@ -210,6 +210,7 @@ function BaseChatContent({
isGeneratingRecipe,
isParameterModalOpen,
setIsParameterModalOpen,
recipeParameters,
handleParameterSubmit,
handleAutoExecution,
recipeError,
@@ -388,6 +389,7 @@ function BaseChatContent({
Array.isArray(recipeConfig.activities) ? recipeConfig.activities : null
}
title={recipeConfig.title}
parameterValues={recipeParameters || {}}
/>
) : showPopularTopics ? (
/* Show PopularChatTopics when no real messages, no recipe, and showPopularTopics is true (Pair view) */