diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-11-21 11:48:46 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-11-21 11:48:46 +0300 |
| commit | c2ecef69b4fde4ae310c5db1ddbb85855522457b (patch) | |
| tree | 8b420f461fd46880a2caac658012c501335d2dea /tools.go | |
| parent | 866a74e459ee2bec64d2b542394a09143d6d00f4 (diff) | |
Enha: ctrl+s to show filepath
Diffstat (limited to 'tools.go')
| -rw-r--r-- | tools.go | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -70,15 +70,15 @@ After that you are free to respond to the user. Role: "", FilePath: "", } - toolCard = &models.CharCard{ - SysPrompt: toolSysMsg, - FirstMsg: defaultFirstMsg, - Role: "", - FilePath: "", - } + // toolCard = &models.CharCard{ + // SysPrompt: toolSysMsg, + // FirstMsg: defaultFirstMsg, + // Role: "", + // FilePath: "", + // } // sysMap = map[string]string{"basic_sys": basicSysMsg, "tool_sys": toolSysMsg} - sysMap = map[string]*models.CharCard{"basic_sys": basicCard, "tool_sys": toolCard} - sysLabels = []string{"basic_sys", "tool_sys"} + sysMap = map[string]*models.CharCard{"basic_sys": basicCard} + sysLabels = []string{"basic_sys"} ) // web search (depends on extra server) |
