summaryrefslogtreecommitdiff
path: root/tools.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-12-02 20:53:22 +0300
committerGrail Finder <wohilas@gmail.com>2024-12-02 20:53:22 +0300
commitb9a5c681a6620d9cf68e42fc4ec15d860f50ecd1 (patch)
tree25975b9becfbefd817089e60a074d93695e41ea3 /tools.go
parenta5ab816c9434022159548ac0d1872160b3c8908d (diff)
Feat: add default styleHEADmaster
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools.go b/tools.go
index 5d8960b..5c5472e 100644
--- a/tools.go
+++ b/tools.go
@@ -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