mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08: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