Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ get_record
Method
get_record
backend/apps/chat/task/llm.py:307–308 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
305
return
self.record
306
307
def
get_record(self):
308
return
self.record
309
310
def
set_record(self, record: ChatRecord):
311
self.record = record
Callers
2
run_task
Method · 0.95
run_analysis_or_predict_task
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected