From 40d6e0a90b379b461244da08f7f819ced845697c Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Mon, 23 Jun 2025 10:49:34 +0800 Subject: [PATCH] docs(api): update docstring for `ConversationVariableUpdater` --- api/core/workflow/conversation_variable_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/workflow/conversation_variable_updater.py b/api/core/workflow/conversation_variable_updater.py index 808b65627d..84e99bb582 100644 --- a/api/core/workflow/conversation_variable_updater.py +++ b/api/core/workflow/conversation_variable_updater.py @@ -12,7 +12,7 @@ class ConversationVariableUpdater(Protocol): conversation variables. Implementations may choose to batch updates. If batching is used, the `flush` method - should be implemented to persist buffered changes, and `update_conversation_variable` + should be implemented to persist buffered changes, and `update` should handle buffering accordingly. Note: Since implementations may buffer updates, instances of ConversationVariableUpdater