feat: Disable automatic saving of agent during running agent #3349 (#3350)

### What problem does this PR solve?

feat: Disable automatic saving of agent during running agent #3349

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-12 12:47:36 +08:00
committed by GitHub
parent db23d62827
commit 00b6000b76
8 changed files with 22 additions and 118 deletions

View File

@ -25,7 +25,10 @@ function RagFlow() {
<ReactFlowProvider>
<Sider setCollapsed={setCollapsed} collapsed={collapsed}></Sider>
<Layout>
<FlowHeader showChatDrawer={showChatDrawer}></FlowHeader>
<FlowHeader
showChatDrawer={showChatDrawer}
chatDrawerVisible={chatDrawerVisible}
></FlowHeader>
<Content style={{ margin: 0 }}>
<FlowCanvas
chatDrawerVisible={chatDrawerVisible}