更新打包
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
<el-form-item label="助手描述">
|
||||
<el-input
|
||||
v-model="configForm.systemPrompt"
|
||||
v-model="configForm.description"
|
||||
type="textarea"
|
||||
:rows="8"
|
||||
placeholder="请输入助手描述,介绍AI助手的功能、特点和用途..."
|
||||
@@ -104,7 +104,7 @@ defineOptions({
|
||||
const configForm = ref<AiAgentConfig>({
|
||||
name: '',
|
||||
avatar: '',
|
||||
systemPrompt: '',
|
||||
description: '',
|
||||
connectInternet: 0,
|
||||
modelName: '',
|
||||
modelProvider: 'dify',
|
||||
|
||||
Reference in New Issue
Block a user