mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
feat(session.py): prompt默认值改为[]
This commit is contained in:
@@ -92,7 +92,7 @@ def dump_session(session_name: str):
|
||||
class Session:
|
||||
name = ''
|
||||
|
||||
prompt = {}
|
||||
prompt = []
|
||||
|
||||
create_timestamp = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user