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

Function generate_dictionary

gen_sql.py:51–57  ·  view source on GitHub ↗
(entities)

Source from the content-addressed store, hash-verified

49
50
51def generate_dictionary(entities):
52 dictionary = {}
53 for i, entity in enumerate(entities):
54 key = f"Table and field required by {entity}"
55 value = "yyy" + str(i + 1)
56 dictionary[key] = value
57 return dictionary
58
59
60def generate_dictionary_for_complex(entities):

Callers 1

get_features_by_llmMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected