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