feat: prompt from station

This commit is contained in:
2026-04-06 17:00:12 +08:00
parent d19b770ef4
commit ad0add4500
12 changed files with 29 additions and 300 deletions

View File

@@ -62,7 +62,7 @@ class ViewTerminal extends ViewRecord
Infolists\Components\Section::make('AI提示词配置')
->schema([
Infolists\Components\TextEntry::make('prompt.prompt_template')
Infolists\Components\TextEntry::make('prompt_template')
->label('提示词模板')
->markdown()
->placeholder('未配置提示词'),