From b9a5c681a6620d9cf68e42fc4ec15d860f50ecd1 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 2 Dec 2024 20:53:22 +0300 Subject: Feat: add default style --- tools.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools.go') 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 -- cgit v1.2.3