MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / generate_dictionary_for_complex

Function generate_dictionary_for_complex

gen_sql.py:60–66  ·  view source on GitHub ↗
(entities)

Source from the content-addressed store, hash-verified

58
59
60def generate_dictionary_for_complex(entities):
61 dictionary = {}
62 for i, entity in enumerate(entities):
63 key = f"the most related fields of {entity}"
64 value = "yyy" + str(i + 1)
65 dictionary[key] = value
66 return dictionary
67
68
69class Text2SQL:

Callers 1

get_features_by_llmMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected