defaultFaithfulnessRefinePrompt
constdefaultFaithfulnessRefinePrompt:PromptTemplate<readonly ["query","existingAnswer","context"],string[], ā\nWe want to understand if the following information is present\nin the context information: {query}\nWe have provided an existing YES/NO answer: {existingAnswer}\nWe have the opportunity to refine the existing answer\n(only if needed) with some more context below.\n------------\n{context}\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:55