summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-15 08:05:12 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-15 08:05:12 +0300
commit1396b3eb05c32d868a3e07b8f60813f28d2042f8 (patch)
tree85dede977e3a9adcaecefcf19397a9b416dfbc4c /models
parent619b19cb46061c89aa4a837ed1e6bfea76644bd8 (diff)
Refactor: moving tool related code into tools package
Diffstat (limited to 'models')
-rw-r--r--models/consts.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/consts.go b/models/consts.go
index 8b4002b..14f1a49 100644
--- a/models/consts.go
+++ b/models/consts.go
@@ -3,6 +3,8 @@ package models
const (
LoadedMark = "(loaded) "
ToolRespMultyType = "multimodel_content"
+ DefaultFirstMsg = "Hello! What can I do for you?"
+ BasicSysMsg = "Large Language Model that helps user with any of his requests."
)
type APIType int