Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
92997eb3
Commit
92997eb3
authored
Nov 13, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
fix: 应用配置记忆片段开启按钮无效 See merge request
!78
parents
ba950594
4bd44bb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
agent-memory-setting.vue
.../personal-app-setting/components/agent-memory-setting.vue
+2
-2
No files found.
src/views/personal-space/personal-app-setting/components/agent-memory-setting.vue
View file @
92997eb3
...
@@ -71,6 +71,7 @@ function handleDeleteMemoryVariableItem(memoryVariable: object) {
...
@@ -71,6 +71,7 @@ function handleDeleteMemoryVariableItem(memoryVariable: object) {
}
}
function
handleChangeMemoryFragmentState
(
value
:
boolean
)
{
function
handleChangeMemoryFragmentState
(
value
:
boolean
)
{
isLongMemory
.
value
=
value
?
'Y'
:
'N'
isOpenLongMemory
.
value
=
value
isOpenLongMemory
.
value
=
value
}
}
</
script
>
</
script
>
...
@@ -128,7 +129,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
...
@@ -128,7 +129,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
}}
}}
</div>
</div>
<div
<div
v-show=
"variableStructure !== null"
v-show=
"variableStructure
?.length && variableStructure
!== null"
class=
"mt-4 flex flex-1 flex-wrap items-center gap-[12px] overflow-hidden"
class=
"mt-4 flex flex-1 flex-wrap items-center gap-[12px] overflow-hidden"
>
>
<div
<div
...
@@ -190,7 +191,6 @@ function handleChangeMemoryFragmentState(value: boolean) {
...
@@ -190,7 +191,6 @@ function handleChangeMemoryFragmentState(value: boolean) {
</n-popover>
</n-popover>
</div>
</div>
</div>
</div>
<div
class=
"flex flex-1 flex-wrap items-center gap-[12px] overflow-hidden"
></div>
</NCollapseItem>
</NCollapseItem>
<NCollapseItem
name=
"memoryFragment"
class=
"my-[13px]!"
>
<NCollapseItem
name=
"memoryFragment"
class=
"my-[13px]!"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment