defaultRelevancyRefinePrompt
constdefaultRelevancyRefinePrompt:PromptTemplate<readonly ["query","existingAnswer","contextMsg"],string[], “We want to understand if the following query and response is\nin line with the context information: \n{query}\nWe have provided an existing YES/NO answer: \n{existingAnswer}\nWe have the opportunity to refine the existing answer\n(only if needed) with some more context below.\n------------\n{contextMsg}\n------------\nIf the existing answer was already YES, still answer YES.\nIf the information is present in the new context, answer YES.\nOtherwise answer NO.\n”>
Defined in: .build/typescript/packages/llamaindex/src/evaluation/prompts.ts:123