added send functionality to icon.

This commit is contained in:
Joshua
2024-07-10 13:44:16 -06:00
parent 097b99e0e6
commit 711991c7bf
13 changed files with 363 additions and 281 deletions
@@ -20,7 +20,7 @@ class ConversationThreadModel extends FlutterFlowModel<ConversationThreadWidget>
@override
void initState(BuildContext context) {
conversation = Server.getLoadedConversation();
conversation = Backend.getLoadedConversation();
promptBoxModel = createModel(context, () => PromptBoxModel());
}