MCPcopy Index your code
hub / github.com/dataease/SQLBot / finish

Method finish

backend/apps/chat/task/llm.py:1118–1119  ·  view source on GitHub ↗
(self, session: Session)

Source from the content-addressed store, hash-verified

1116 raise e
1117
1118 def finish(self, session: Session):
1119 return finish_record(session=session, record_id=self.record.id)
1120
1121 def execute_sql(self, sql: str):
1122 """Execute SQL query

Callers 2

run_taskMethod · 0.95

Calls 1

finish_recordFunction · 0.90

Tested by

no test coverage detected