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
de8310fd
Commit
de8310fd
authored
Dec 04, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore(应用配置): 能力拓展区域样式 See merge request
!102
parents
304ba5fc
3ca3973e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
20 deletions
+22
-20
agent-setting.vue
...g/components/agent-config/agent-setting/agent-setting.vue
+18
-16
agent-associated-knowledge.vue
...g/agent-setting/components/agent-associated-knowledge.vue
+1
-1
agent-dialogue-setting.vue
...onfig/agent-setting/components/agent-dialogue-setting.vue
+1
-1
agent-memory-setting.vue
...-config/agent-setting/components/agent-memory-setting.vue
+1
-1
agent-role-setting.vue
...nt-config/agent-setting/components/agent-role-setting.vue
+1
-1
No files found.
src/views/personal-space/personal-app-setting/components/agent-config/agent-setting/agent-setting.vue
View file @
de8310fd
...
...
@@ -559,31 +559,33 @@ function handleStopGenerate() {
</div>
</div>
<div
class=
"
h-full flex-1
overflow-auto border-r border-[#e8e9eb] py-4"
>
<div
class=
"flex h-6 items-center px-5 leading-6"
>
<div
class=
"
flex h-full flex-1 flex-col
overflow-auto border-r border-[#e8e9eb] py-4"
>
<div
class=
"
mb-1
flex h-6 items-center px-5 leading-6"
>
<CustomIcon
icon=
"streamline:decent-work-and-economic-growth-solid"
class=
"mr-1.5 text-base"
/>
<span>
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.ability_expand') }}
</span>
</div>
<AgentAssociatedKnowledge
v-model:knowledge-config=
"knowledgeConfig"
/>
<div
class=
"flex-1 overflow-auto"
>
<AgentAssociatedKnowledge
v-model:knowledge-config=
"knowledgeConfig"
/>
<AgentMemorySetting
v-model:variable-structure=
"commConfig.variableStructure"
v-model:is-long-memory=
"commConfig.isLongMemory"
/>
<AgentMemorySetting
v-model:variable-structure=
"commConfig.variableStructure"
v-model:is-long-memory=
"commConfig.isLongMemory"
/>
<AgentDialogueSetting
v-model:comm-config-expanded-names=
"commConfigExpandedNames"
v-model:comm-config=
"commConfig"
v-model:generate-featured-questions-loading=
"generateFeaturedQuestionsLoading"
v-model:generate-preamble-loading=
"generatePreambleLoading"
@
generate-preamble=
"handleAIGeneratePreamble"
@
generate-featured-questions=
"handleAIGenerateFeaturedQuestions"
/>
<AgentDialogueSetting
v-model:comm-config-expanded-names=
"commConfigExpandedNames"
v-model:comm-config=
"commConfig"
v-model:generate-featured-questions-loading=
"generateFeaturedQuestionsLoading"
v-model:generate-preamble-loading=
"generatePreambleLoading"
@
generate-preamble=
"handleAIGeneratePreamble"
@
generate-featured-questions=
"handleAIGenerateFeaturedQuestions"
/>
<AgentRoleSetting
/>
<AgentRoleSetting
/>
</div>
</div>
</div>
</div>
...
...
src/views/personal-space/personal-app-setting/components/agent-config/agent-setting/components/agent-associated-knowledge.vue
View file @
de8310fd
...
...
@@ -92,7 +92,7 @@ function handleUpdateDocumentParsing(value: boolean) {
<
template
>
<section
class=
"border-b border-[#e8e9eb] px-5"
>
<div
class=
"pt-4"
>
<h2
class=
"m
y
-3 text-[#84868c]"
>
<h2
class=
"m
b
-3 text-[#84868c]"
>
{{
t
(
'personal_space_module.agent_module.agent_setting_module.agent_config_module.knowledge'
)
}}
</h2>
...
...
src/views/personal-space/personal-app-setting/components/agent-config/agent-setting/components/agent-dialogue-setting.vue
View file @
de8310fd
...
...
@@ -61,7 +61,7 @@ function handleAIGenerateFeaturedQuestions() {
<
template
>
<section
class=
"border-b border-[#e8e9eb] px-5"
>
<div
class=
"pt-4"
>
<h2
class=
"m
y
-3 text-[#84868c]"
>
<h2
class=
"m
b
-3 text-[#84868c]"
>
{{
t
(
'personal_space_module.agent_module.agent_setting_module.agent_config_module.dialogue'
)
}}
</h2>
<NCollapse
...
...
src/views/personal-space/personal-app-setting/components/agent-config/agent-setting/components/agent-memory-setting.vue
View file @
de8310fd
...
...
@@ -69,7 +69,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
<
template
>
<section
class=
"border-b border-[#e8e9eb] px-5"
>
<div
class=
"pt-4"
>
<h2
class=
"m
y
-3 text-[#84868c]"
>
<h2
class=
"m
b
-3 text-[#84868c]"
>
{{
t
(
'personal_space_module.agent_module.agent_setting_module.agent_config_module.memory'
)
}}
</h2>
<NCollapse
...
...
src/views/personal-space/personal-app-setting/components/agent-config/agent-setting/components/agent-role-setting.vue
View file @
de8310fd
...
...
@@ -79,7 +79,7 @@ function handleEditAssociatedTimbreModel() {
<
template
>
<section
class=
"border-b border-[#e8e9eb] px-5"
>
<div
class=
"pt-4"
>
<h2
class=
"m
y
-3 text-[#84868c]"
>
{{
t
(
'common_module.role'
)
}}
</h2>
<h2
class=
"m
b
-3 text-[#84868c]"
>
{{
t
(
'common_module.role'
)
}}
</h2>
<NCollapse
:expanded-names=
"roleConfigExpandedNames"
...
...
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