rollback agent memory to "chat session history & session summary"

This commit is contained in:
Liu Zhicong
2024-03-20 18:47:58 -07:00
parent 3601cd9bd3
commit 342464e386
8 changed files with 273 additions and 288 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class EmbeddingEnvironment(SimpleEnvironment):
query_param = {
"tokens": "key words to query",
"types": "prefered knowledge types, one or more of [text, image]",
"index": "index of query result"
"limit": "index of query result"
}
self.add_ai_function(SimpleAIFunction("query_knowledge",
"vector query content from local knowledge base",