diff options
author | Grail Finder <wohilas@gmail.com> | 2024-12-05 20:13:07 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-12-05 20:13:07 +0300 |
commit | e811bc51d401ecde194df562034ae529943546d0 (patch) | |
tree | 6a9cec3b0d132c1dd0594dfea54cc976ee9061d9 /tools.go | |
parent | 990e0695c582c2c8d647c258cde0342ac14e3a75 (diff) |
Enha: improve colours and formatingg
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ import ( ) var ( - toolCallRE = regexp.MustCompile(`__tool_call__\s*([\s\S]*?)__tool_call__`) - // quotesRE = regexp.MustCompile(`(".*")`) - // starRE = regexp.MustCompile(`(\*.*\*)`) + toolCallRE = regexp.MustCompile(`__tool_call__\s*([\s\S]*?)__tool_call__`) + quotesRE = regexp.MustCompile(`(".*?")`) + starRE = regexp.MustCompile(`(\*.*?\*)`) basicSysMsg = `Large Language Model that helps user with any of his requests.` toolSysMsg = `You're a helpful assistant. # Tools |