mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 18:54:21 +01:00
reimplement agent,provider and add file history
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package prompt
|
||||
|
||||
func TitlePrompt() string {
|
||||
import "github.com/kujtimiihoxha/termai/internal/llm/models"
|
||||
|
||||
func TitlePrompt(_ models.ModelProvider) string {
|
||||
return `you will generate a short title based on the first message a user begins a conversation with
|
||||
- ensure it is not more than 50 characters long
|
||||
- the title should be a summary of the user's message
|
||||
|
||||
Reference in New Issue
Block a user