mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
add 取消开场白
This commit is contained in:
@@ -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>
|
||||
提示词
|
||||
|
||||
@@ -31,10 +31,6 @@ namespace AntSK.Domain.Repositories
|
||||
[Required]
|
||||
public string Type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 开场白
|
||||
/// </summary>
|
||||
public string? Prologue { get; set; }
|
||||
/// <summary>
|
||||
/// 提示词
|
||||
/// </summary>
|
||||
|
||||
@@ -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
BIN
images/应用.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
BIN
images/应用配置.png
Normal file
BIN
images/应用配置.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
images/文档切片.png
Normal file
BIN
images/文档切片.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 202 KiB |
BIN
images/知识库.png
Normal file
BIN
images/知识库.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
images/知识库详情.png
Normal file
BIN
images/知识库详情.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
images/问答.png
Normal file
BIN
images/问答.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 KiB |
Reference in New Issue
Block a user