in nl2sql/assets/prompts/__init__.py [0:0]
def TASK_TABLE_SELECTION_CORE_V1_SPIDER_V1(self) -> FewShotPromptTemplate:
logger.info("Instantiating TASK_TABLE_SELECTION_CORE_V1_SPIDER_V1")
return self._create_template_v2(
ZeroShot.TASK_TABLE_SELECTION_CORE_V1,
examples=FewShotExamples.EXAMPLES_TABLE_FILTER_V2,
num_examples=5,
)