docs(api): update docstring for `ConversationVariableUpdater`

pull/20699/head
QuantumGhost 11 months ago
parent ee8429386e
commit 40d6e0a90b

@ -12,7 +12,7 @@ class ConversationVariableUpdater(Protocol):
conversation variables. conversation variables.
Implementations may choose to batch updates. If batching is used, the `flush` method 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. should handle buffering accordingly.
Note: Since implementations may buffer updates, instances of ConversationVariableUpdater Note: Since implementations may buffer updates, instances of ConversationVariableUpdater

Loading…
Cancel
Save