From 4e87304386bfcd38811cced9ec046f649b972d04 Mon Sep 17 00:00:00 2001 From: janioxavier Date: Tue, 16 Sep 2025 22:57:21 -0300 Subject: [PATCH] Update README.md Fix text, the link is redirect to OpenAPI page --- 04-tool-use/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-tool-use/README.md b/04-tool-use/README.md index 966b197fb..358680e82 100644 --- a/04-tool-use/README.md +++ b/04-tool-use/README.md @@ -262,7 +262,7 @@ The tools available in Azure AI Agent Service can be divided into two categories 2. Action Tools: - Function Calling - Code Interpreter - - OpenAI defined tools + - OpenAPI defined tools - Azure Functions The Agent Service allows us to be able to use these tools together as a `toolset`. It also utilizes `threads` which keep track of the history of messages from a particular conversation.