You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MESSAGE_SUMMARY_REQUEST_ACK="Understood, I will respond with a summary of the message (and only the summary, nothing else) once I receive the conversation history. I'm ready."
331
332
332
333
# Maximum length of an error message
333
-
MAX_ERROR_MESSAGE_CHAR_LIMIT=500
334
+
MAX_ERROR_MESSAGE_CHAR_LIMIT=1000
334
335
335
336
# Default memory limits
336
-
CORE_MEMORY_PERSONA_CHAR_LIMIT: int=5000
337
-
CORE_MEMORY_HUMAN_CHAR_LIMIT: int=5000
338
-
CORE_MEMORY_BLOCK_CHAR_LIMIT: int=5000
337
+
CORE_MEMORY_PERSONA_CHAR_LIMIT: int=20000
338
+
CORE_MEMORY_HUMAN_CHAR_LIMIT: int=20000
339
+
CORE_MEMORY_BLOCK_CHAR_LIMIT: int=20000
339
340
340
341
# Function return limits
341
-
FUNCTION_RETURN_CHAR_LIMIT=6000# ~300 words
342
+
FUNCTION_RETURN_CHAR_LIMIT=50000# ~300 words
342
343
BASE_FUNCTION_RETURN_CHAR_LIMIT=1000000# very high (we rely on implementation)
343
344
FILE_IS_TRUNCATED_WARNING="# NOTE: This block is truncated, use functions to view the full content."
f"Warning: Duplicate embedding found for passage in {file_name} (already exists in {embedding_to_document_name[hashable_embedding]}), skipping insert into VectorDB.",
f"Warning: Duplicate embedding found for passage in {file_name} (already exists in {embedding_to_document_name[hashable_embedding]}), skipping insert into VectorDB.",
f"Warning: Duplicate embedding found for passage in {file_name} (already exists in {embedding_to_document_name[hashable_embedding]}), skipping insert into VectorDB.",
0 commit comments