MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / make_default_messages

Function make_default_messages

api/app/api/utils/sql_gen/text_to_sql_chat.py:17–21  ·  view source on GitHub ↗
(schemas: str, scope="USA")

Source from the content-addressed store, hash-verified

15)
16
17def make_default_messages(schemas: str, scope="USA"):
18 default_messages = []
19
20 default_messages.extend(get_few_shot_example_messages(mode="text_to_sql", scope=scope))
21 return default_messages
22
23
24def make_rephrase_msg_with_schema_and_warnings():

Callers 1

Calls 1

Tested by

no test coverage detected