Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ save_context
Method
save_context
apps/application/flow/i_step_node.py:277–278 ·
view source on GitHub ↗
(self, details, workflow_manage)
Source
from the content-addressed store, hash-verified
275
276
@abstractmethod
277
def
save_context(self, details, workflow_manage):
278
pass
279
280
def
get_answer_list(self) -> List[Answer] | None:
281
if
self.answer_text is None:
Callers
1
load_node
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected