diff --git a/sample-code/src/langchain-azure-openai.ts b/sample-code/src/langchain-azure-openai.ts index 75555f5f5..ca01d25bb 100644 --- a/sample-code/src/langchain-azure-openai.ts +++ b/sample-code/src/langchain-azure-openai.ts @@ -95,7 +95,7 @@ export async function invokeRagChain(): Promise { Use the following pieces of retrieved context to answer the question. If you don't know the answer, just say that you don't know. Use ten sentences maximum and keep the answer concise. - Also prioritize code examples. + Always include code snippets in your answer including class instantiation. Question: {question} Context: {context}