Feat: read img tool for chat endpoint

This commit is contained in:
Grail Finder
2026-03-02 07:12:28 +03:00
parent 742f1ca838
commit caac1d397a
4 changed files with 113 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
package models
const (
LoadedMark = "(loaded) "
LoadedMark = "(loaded) "
ToolRespMultyType = "multimodel_content"
)
type APIType int