Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1Panel-dev/MaxKB
/ append_answer
Method
append_answer
apps/application/flow/workflow_manage.py:178–180 ·
view source on GitHub ↗
(self, content)
Source
from the content-addressed store, hash-verified
176
self.chat_field_list = chat_field_list
177
178
def
append_answer(self, content):
179
self.answer += content
180
self.answer_list[-1] += content
181
182
def
answer_is_not_empty(self):
183
return
len(self.answer_list[-1]) > 0
Callers
2
pop
Method · 0.45
pop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected