disable vector-base knowledge base.

This commit is contained in:
Liu Zhicong
2024-08-19 12:20:56 -07:00
parent c1f3ae4fea
commit dfcc5efaa0
27 changed files with 297 additions and 1024 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class AgentMsg:
self.mentions:[] = None #use in group chat only
#self.title:str = None
self.body:str = None
self.body_mime:str = None #//default is "text/plain",encode is utf8
self.body_mime:str = "text/plain" #//default is "text/plain",encode is utf8
#type is call / action
self.func_name = None