feat: 删除 知识库-终端 关联, 简化 prompt 配置
This commit is contained in:
@@ -53,23 +53,6 @@ class ViewTerminal extends ViewRecord
|
||||
->openUrlInNewTab(),
|
||||
]),
|
||||
|
||||
Infolists\Components\Section::make('知识库关联')
|
||||
->schema([
|
||||
Infolists\Components\RepeatableEntry::make('knowledgeBases')
|
||||
->label('关联的知识库')
|
||||
->schema([
|
||||
Infolists\Components\TextEntry::make('name')
|
||||
->label('知识库名称'),
|
||||
Infolists\Components\TextEntry::make('pivot.priority')
|
||||
->label('优先级')
|
||||
->badge()
|
||||
->color('success'),
|
||||
])
|
||||
->columns(2)
|
||||
->placeholder('未关联任何知识库'),
|
||||
])
|
||||
->collapsible(),
|
||||
|
||||
Infolists\Components\Section::make('AI提示词配置')
|
||||
->schema([
|
||||
Infolists\Components\TextEntry::make('prompt.prompt_template')
|
||||
|
||||
Reference in New Issue
Block a user