From 7e0fb54b7bb569ee1f780b5d54a61360ec4b497d Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Wed, 5 Mar 2025 12:40:21 -0300 Subject: [PATCH] first commit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d79b832..0283e6f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ Throughout the document, common scenarios will be presented where the applicatio You can find and test the code here: [agent_ocigenai.py](./source/agent_ocigenai.py) -**Service Definition**: The code defines several services, such as insert_order, delete_order, search_order, order_cost, and find_address. These services are decorated with the @tool decorator, which indicates that they can be called by the conversational agent. +The code is divided in 4 modules: + +**Service Definition**: The code defines several services, such as insert_order, delete_order, search_order, order_cost, and delivery_address. These services are decorated with the @tool decorator, which indicates that they can be called by the conversational agent. **Language Model Definition**: The code uses the Oracle Cloud Infrastructure (OCI) ChatOCIGenAI language model to generate responses to user questions.