Skip to content

Commit ebcf88b

Browse files
committed
fix: dependency and typing error #120
1 parent 4c16c42 commit ebcf88b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agentverse/memory/chat_history.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ChatHistoryMemory(BaseMemory):
2121
max_summary_tlength: int = 500
2222
last_trimmed_index: int = 0
2323
summary: str = ""
24-
SUMMARIZATION_PROMPT = '''Your task is to create a concise running summary of actions and information results in the provided text, focusing on key and potentially important information to remember.
24+
SUMMARIZATION_PROMPT: str = '''Your task is to create a concise running summary of actions and information results in the provided text, focusing on key and potentially important information to remember.
2525
2626
You will receive the current summary and your latest actions. Combine them, adding relevant key information from the latest development in 1st person past tense and keeping the summary concise.
2727

requirements_local.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fschat[model_worker,webui]
1+
fschat[model_worker,webui]==0.2.30

0 commit comments

Comments
 (0)