mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
bugfix: python sdk losing state
This commit is contained in:
parent
3e8bc1a2c1
commit
05581e4e9d
2 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ class StatefulChat:
|
|||
)
|
||||
|
||||
# Update internal state
|
||||
self.messages = response_data.messages
|
||||
self.messages.extend(response_data.messages)
|
||||
self.state = response_data.state
|
||||
|
||||
# Return only the final message content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue