in nl2sql/assets/prompts/__init__.py [0:0]
def PROMPTING_STRAT_FEW_SHOT_COLUMN_FILTER_GEN_V1(self) -> FewShotPromptTemplate:
logger.info("Instantiating PROMPTING_STRAT_FEW_SHOT_COLUMN_FILTER_GEN_V1")
return self._create_template_v1(
ZeroShot.PROMPTING_STRAT_COLUMN_FILTER_GEN_V1,
input_variables=["context", "question", "thoughts", "answer"],
examples=FewShotExamples.EXAMPLES_COLUMN_FILTER_V1,
num_examples=5,
)