mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-06 01:02:54 +08:00
perF: getInitData api cache;perf: tool description field;signoz store level (#5465)
* perf: auto focus * perF: getInitData api cache * perf: tool description field * signoz store level * perF: chat logs index
This commit is contained in:
@@ -38,7 +38,7 @@ const ChatTest = ({ isOpen, nodes = [], edges = [], onClose, chatId }: Props) =>
|
||||
const isPlugin = appDetail.type === AppTypeEnum.plugin;
|
||||
const { copyData } = useCopyData();
|
||||
|
||||
const { restartChat, ChatContainer, loading } = useChatTest({
|
||||
const { restartChat, ChatContainer } = useChatTest({
|
||||
nodes,
|
||||
edges,
|
||||
chatConfig: appDetail.chatConfig,
|
||||
|
||||
@@ -25,6 +25,7 @@ export const uiWorkflow2StoreWorkflow = ({
|
||||
parentNodeId: item.data.parentNodeId,
|
||||
name: item.data.name,
|
||||
intro: item.data.intro,
|
||||
toolDescription: item.data.toolDescription,
|
||||
avatar: item.data.avatar,
|
||||
flowNodeType: item.data.flowNodeType,
|
||||
showStatus: item.data.showStatus,
|
||||
|
||||
Reference in New Issue
Block a user