Skip to content

Commit

Permalink
chore: Update RAG E2E test (#301)
Browse files Browse the repository at this point in the history
* update e2e prompt

* Update sample-code/src/langchain-azure-openai.ts

* Update sample-code/src/langchain-azure-openai.ts
  • Loading branch information
tomfrenken authored Nov 18, 2024
1 parent 2913eb5 commit b900c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-code/src/langchain-azure-openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export async function invokeRagChain(): Promise<string> {
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}
Expand Down

0 comments on commit b900c46

Please sign in to comment.