diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-15 08:05:12 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-15 08:05:12 +0300 |
| commit | 1396b3eb05c32d868a3e07b8f60813f28d2042f8 (patch) | |
| tree | 85dede977e3a9adcaecefcf19397a9b416dfbc4c /models/consts.go | |
| parent | 619b19cb46061c89aa4a837ed1e6bfea76644bd8 (diff) | |
Refactor: moving tool related code into tools package
Diffstat (limited to 'models/consts.go')
| -rw-r--r-- | models/consts.go | 2 |
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 |
