summaryrefslogtreecommitdiff
path: root/models/consts.go
diff options
context:
space:
mode:
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