diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-02 07:12:28 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-02 07:12:28 +0300 |
| commit | caac1d397ad8e21c22219708c070e5e6608b7859 (patch) | |
| tree | 503e677925292e8d4b763de8a14c5c6b90db3bdf /models/consts.go | |
| parent | 742f1ca838f97cf7deaae624d93f307632863460 (diff) | |
Feat: read img tool for chat endpoint
Diffstat (limited to 'models/consts.go')
| -rw-r--r-- | models/consts.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/models/consts.go b/models/consts.go index 4f61435..8b4002b 100644 --- a/models/consts.go +++ b/models/consts.go @@ -1,7 +1,8 @@ package models const ( - LoadedMark = "(loaded) " + LoadedMark = "(loaded) " + ToolRespMultyType = "multimodel_content" ) type APIType int |
