Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/LongWriter
/ user
Function
user
trans_web_demo.py:127–128 ·
view source on GitHub ↗
(query, history)
Source
from the content-addressed store, hash-verified
125
126
127
def
user(query, history):
128
return
""
, history + [[query,
""
]]
129
130
131
def
set_prompt(prompt_text):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected