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:
Archer
2025-08-15 15:01:20 +08:00
committed by GitHub
parent d78a0e9e4b
commit 76dc23c2e4
20 changed files with 91 additions and 71 deletions
@@ -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,