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