From a57fcf48461d404d60ca3f0b966a98aeb66ea481 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Tue, 14 Jan 2025 19:21:53 +0530 Subject: [PATCH] Update NOTICE.md --- apps/agents/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/agents/README.md b/apps/agents/README.md index 3c5a9455..87188153 100644 --- a/apps/agents/README.md +++ b/apps/agents/README.md @@ -29,7 +29,7 @@ - 🔄 `state`: Active agent state and histories - 🛠️ `workflow`: Graph of agents, tools, and connections -📁 Example JSON: `tests/sample_requests/default_example.json` +Example JSON: `tests/sample_requests/default_example.json` --- @@ -37,7 +37,7 @@ - 📝 `messages`: List of response messages (may contain tool calls) - 🔄 `state`: Updated state to pass in the next request (since the framework is stateless) -📁 Example JSON: `tests/sample_responses/default_example.json` +Example JSON: `tests/sample_responses/default_example.json` ---