Lifei/UI parameter input (#5222)

This commit is contained in:
Lifei Zhou
2025-10-20 10:05:54 +11:00
committed by GitHub
parent 6c3e07e9c7
commit 8b53a5696e
27 changed files with 717 additions and 1250 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ export const ChatProvider: React.FC<ChatProviderProps> = ({
messages: [],
messageHistoryIndex: 0,
recipe: null,
recipeParameters: null,
recipeParameterValues: null,
});
clearDraft();
};
@@ -68,7 +68,7 @@ export const ChatProvider: React.FC<ChatProviderProps> = ({
setChat({
...chat,
recipe: recipe,
recipeParameters: null,
recipeParameterValues: null,
});
};