MCPcopy 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_taskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected