This is an automated email from the ASF dual-hosted git repository.
ebenizzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/main by this push:
new 946d34d8 Update state-persistence.rst (#575)
946d34d8 is described below
commit 946d34d881ad5d0efb04703db85c4da54395eb1f
Author: niu_he <[email protected]>
AuthorDate: Tue Sep 2 12:09:51 2025 +0800
Update state-persistence.rst (#575)
small typo fix
---
docs/concepts/state-persistence.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/concepts/state-persistence.rst
b/docs/concepts/state-persistence.rst
index 1c0bcd7e..e48c8690 100644
--- a/docs/concepts/state-persistence.rst
+++ b/docs/concepts/state-persistence.rst
@@ -134,7 +134,7 @@ To make the above more concrete, let's look at a basic
chatbot:
state_persister,
resume_at_next_action=True,
default_state={"chat_history" : []},
- default_entrypoint="human_converse
+ default_entrypoint="human_converse"
)
.with_state_persister(state_persister)
.with_identifiers(app_id=app_id)