summaryrefslogtreecommitdiff
path: root/models/consts.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-02 07:12:28 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-02 07:12:28 +0300
commitcaac1d397ad8e21c22219708c070e5e6608b7859 (patch)
tree503e677925292e8d4b763de8a14c5c6b90db3bdf /models/consts.go
parent742f1ca838f97cf7deaae624d93f307632863460 (diff)
Feat: read img tool for chat endpoint
Diffstat (limited to 'models/consts.go')
-rw-r--r--models/consts.go3
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