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

Method get_fields_from_chart

backend/apps/chat/task/llm.py:316–318  ·  view source on GitHub ↗
(self, _session: Session)

Source from the content-addressed store, hash-verified

314 self.articles_number = articles_number
315
316 def get_fields_from_chart(self, _session: Session):
317 chart_info = get_chart_config(_session, self.record.id)
318 return format_chart_fields(chart_info)
319
320 def filter_terminology_template(self, _session: Session, oid: int = None, ds_id: int = None):
321 calculate_oid = oid

Callers 2

generate_analysisMethod · 0.95
generate_predictMethod · 0.95

Calls 2

get_chart_configFunction · 0.90
format_chart_fieldsFunction · 0.90

Tested by

no test coverage detected