This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new cc9d5a66 deploy: 946d34d881ad5d0efb04703db85c4da54395eb1f
cc9d5a66 is described below
commit cc9d5a66ae86ed6d8c664cb0e40020a1445f0469
Author: elijahbenizzy <[email protected]>
AuthorDate: Tue Sep 2 04:11:35 2025 +0000
deploy: 946d34d881ad5d0efb04703db85c4da54395eb1f
---
.doctrees/concepts/state-persistence.doctree | Bin 47915 -> 47917 bytes
.doctrees/environment.pickle | Bin 432542 -> 432542 bytes
_sources/concepts/state-persistence.rst.txt | 2 +-
concepts/state-persistence/index.html | 2 +-
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.doctrees/concepts/state-persistence.doctree
b/.doctrees/concepts/state-persistence.doctree
index 9a79f877..e0df2c83 100644
Binary files a/.doctrees/concepts/state-persistence.doctree and
b/.doctrees/concepts/state-persistence.doctree differ
diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index 273748e2..e14a42d2 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle
differ
diff --git a/_sources/concepts/state-persistence.rst.txt
b/_sources/concepts/state-persistence.rst.txt
index 1c0bcd7e..e48c8690 100644
--- a/_sources/concepts/state-persistence.rst.txt
+++ b/_sources/concepts/state-persistence.rst.txt
@@ -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)
diff --git a/concepts/state-persistence/index.html
b/concepts/state-persistence/index.html
index 660be827..aff554a7 100644
--- a/concepts/state-persistence/index.html
+++ b/concepts/state-persistence/index.html
@@ -475,7 +475,7 @@ video on how they use this feature:</p>
<span class="n">state_persister</span><span class="p">,</span>
<span class="n">resume_at_next_action</span><span
class="o">=</span><span class="kc">True</span><span class="p">,</span>
<span class="n">default_state</span><span class="o">=</span><span
class="p">{</span><span class="s2">"chat_history"</span> <span
class="p">:</span> <span class="p">[]},</span>
- <span class="n">default_entrypoint</span><span class="o">=</span><span
class="s2">"human_converse</span>
+ <span class="n">default_entrypoint</span><span class="o">=</span><span
class="s2">"human_converse"</span>
<span class="p">)</span>
<span class="o">.</span><span class="n">with_state_persister</span><span
class="p">(</span><span class="n">state_persister</span><span class="p">)</span>
<span class="o">.</span><span class="n">with_identifiers</span><span
class="p">(</span><span class="n">app_id</span><span class="o">=</span><span
class="n">app_id</span><span class="p">)</span>