feat: 完善 help 说明及多项功能优化
This commit is contained in:
@@ -198,7 +198,7 @@ func (rt *Runtime) Start(prompt string) error {
|
||||
}
|
||||
|
||||
promptText := fmt.Sprintf(
|
||||
"请创作一部小说,章节数量由你根据故事需要自行决定。若题材与冲突天然适合长篇连载,请优先规划为分层长篇结构,而不是压缩成短篇式梗概。要求如下:\n\n%s",
|
||||
"请创作一部小说。若需求中有明确章节数,请严格遵守;若无明确章节数且题材适合长篇连载,请优先规划为分层长篇结构。要求如下:\n\n%s",
|
||||
prompt,
|
||||
)
|
||||
if err := rt.coordinator.Prompt(promptText); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user