add 取消开场白

This commit is contained in:
zyxucp
2024-02-06 16:59:00 +08:00
parent 1d697fe5b0
commit 7c65f44869
9 changed files with 0 additions and 12 deletions

View File

@@ -92,11 +92,6 @@
描述
</summary>
</member>
<member name="P:AntSK.Domain.Repositories.Apps.Prologue">
<summary>
开场白
</summary>
</member>
<member name="P:AntSK.Domain.Repositories.Apps.Prompt">
<summary>
提示词

View File

@@ -31,10 +31,6 @@ namespace AntSK.Domain.Repositories
[Required]
public string Type { get; set; }
/// <summary>
/// 开场白
/// </summary>
public string? Prologue { get; set; }
/// <summary>
/// 提示词
/// </summary>

View File

@@ -26,9 +26,6 @@
<FormItem Label="描述" LabelCol="_formItemLayout.LabelCol" WrapperCol="_formItemLayout.WrapperCol">
<Input Placeholder="请输入描述" @bind-Value="@context.Describe" />
</FormItem>
<FormItem Label="开场白" LabelCol="_formItemLayout.LabelCol" WrapperCol="_formItemLayout.WrapperCol">
<TextArea MinRows="2" Placeholder="请输入开场白" @bind-Value="@context.Prologue" />
</FormItem>
@if (@context.Type == "chat")
{
<FormItem Label="提示词" LabelCol="_formItemLayout.LabelCol" WrapperCol="_formItemLayout.WrapperCol">

BIN
images/应用.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
images/应用配置.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
images/文档切片.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

BIN
images/知识库.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
images/知识库详情.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
images/问答.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB