const[currentConversation,setCurrentConversation]=useState<ChatConversationGeneralDetail|CompletionConversationGeneralDetail|undefined>()// Currently selected conversation
constisChatMode=appDetail.mode!=='completion'// Whether the app is a chat app
constisChatflow=appDetail.mode==='advanced-chat'// Whether the app is a chatflow app