Improved Description of MemoryExtractBatchSize

This commit is contained in:
Corey Ogburn
2026-09-04 12:49:29 -06:00
parent 30574fdbb9
commit 67b4d82f62
+1 -1
View File
@@ -909,7 +909,7 @@ soc:
global: True
advanced: True
memoryExtractBatchSize:
description: How many messages to include in the transcript that the Memory agent will extract from.
description: Max number of a session's messages that will be processed for memory extractions at a time. Larger values are more efficient but risk exceeding the memory extraction LLM's size limits, due to the variable and unpredictable size of each message.
global: True
advanced: True
maxMemoryRetries: