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.