From 1144fae24801c57e4acca5cffdb60a8359ad06db Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Wed, 11 Sep 2024 08:15:11 +0800 Subject: [PATCH] AgentQnA: Fix erroneous link in the README (#775) Signed-off-by: Lianhao Lu --- AgentQnA/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AgentQnA/README.md b/AgentQnA/README.md index 43371522e..ea218ac07 100644 --- a/AgentQnA/README.md +++ b/AgentQnA/README.md @@ -103,4 +103,4 @@ curl http://${ip_address}:9090/v1/chat/completions -X POST -H "Content-Type: app ## How to register your own tools with agent -You can take a look at the tools yaml and python files in this example. For more details, please refer to the "Provide your own tools" section in the instructions [here](https://github.com/minmin-intel/GenAIComps/tree/agent-comp-dev/comps/agent/langchain#-4-provide-your-own-tools). +You can take a look at the tools yaml and python files in this example. For more details, please refer to the "Provide your own tools" section in the instructions [here](https://github.com/opea-project/GenAIComps/tree/main/comps/agent/langchain#5-customize-agent-strategy).