diff options
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,8 +9,9 @@ import ( ) var ( - // TODO: form that message based on existing funcs - toolCallRE = regexp.MustCompile(`__tool_call__\s*([\s\S]*?)__tool_call__`) + 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 |