From cac62f96fb5526a207817452cf144355d8979d3d Mon Sep 17 00:00:00 2001 From: p-baldos <144159035+p-baldos@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:07:03 -0400 Subject: [PATCH] Update playground.md Corrected subject-verb agreement issue on line 43. Changed "define" to "defines". --- solutions/search/rag/playground.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/search/rag/playground.md b/solutions/search/rag/playground.md index 97433adf15..4ea3d6e8c9 100644 --- a/solutions/search/rag/playground.md +++ b/solutions/search/rag/playground.md @@ -40,7 +40,7 @@ Here’s a simpified overview of how Playground works: * User **creates a connection** to LLM provider * User **selects a model** to use for generating responses -* User **define the model’s behavior and tone** with initial instructions +* User **defines the model’s behavior and tone** with initial instructions * **Example**: "*You are a friendly assistant for question-answering tasks. Keep responses as clear and concise as possible.*"