You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following [AgentQnA validate services session](https://github.com/opea-project/GenAIExamples/tree/main/AgentQnA#validate-services) to test AgentQnA with pre-defined questions.
22
+
Follow the steps in [AgentQnA validate services session](https://github.com/opea-project/GenAIExamples/tree/main/AgentQnA#validate-services) to test the AgentQnA application with some pre-defined questions.
23
23

24
24
25
25
Once the agents respond to the two questions, four traces will be displayed along the timeline.
@@ -37,17 +37,17 @@ Within each AgentNodeLlama __call__ function, the language model (LLM) is then e
37
37
determining how to proceed based on the data obtained.
The OPEA Agent components allow for the integration of new tools into the React Agent when existing tools fail to provide answers.
49
-
To demonstrate how the React Agent utilizes different tools to obtain optimal answers, a pre-defined question is modified.
50
-
As a result, the React Agent is unable to find answers in both the SQL and RAG databases.
49
+
We demonstrate how the React Agent utilizes different tools to obtain optimal answers by modifying a pre-defined question.
50
+
The modification leaves the React Agent unable to find answers in both the SQL and RAG databases.
51
51
Consequently, the React Agent must employ the newly added web search tool to address the question regarding the most streamed albums on Spotify in 2024.
52
52
53
53

@@ -66,7 +66,7 @@ If the React Agent were to use other tools instead of 'search_web_base', additio
0 commit comments