From be405ac1398abd9335b93bf7567e02f0381d5811 Mon Sep 17 00:00:00 2001 From: Daniel Maturana <54143703+Dmaturana81@users.noreply.github.com> Date: Tue, 16 May 2023 20:31:10 -0300 Subject: [PATCH] Query_constructor.base.py function _get_prompt() not including passed examples. (#4680) The function _get_prompt() was returning the DEFAULT_EXAMPLES even if some custom examples were given. The return FewShotPromptTemplate was returnong DEFAULT_EXAMPLES and not examples