summaryrefslogtreecommitdiff
path: root/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools.go b/tools.go
index 5c5472e..bb9012e 100644
--- a/tools.go
+++ b/tools.go
@@ -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