def PROMPTING_STRAT_FEW_SHOT_TABLE_FILTER_GEN_V1()

in nl2sql/assets/prompts/__init__.py [0:0]


    def PROMPTING_STRAT_FEW_SHOT_TABLE_FILTER_GEN_V1(self) -> FewShotPromptTemplate:
        logger.info("Instantiating PROMPTING_STRAT_FEW_SHOT_TABLE_FILTER_GEN_V1")
        return self._create_template_v1(
            ZeroShot.PROMPTING_STRAT_TABLE_FILTER_GEN_V1,
            input_variables=["context", "question", "thoughts"],
            examples=FewShotExamples.EXAMPLES_TABLE_FILTER_V1,
            num_examples=5,
        )