Update NOTICE.md

This commit is contained in:
akhisud3195 2025-01-14 19:21:53 +05:30
parent ac4066e7c2
commit a57fcf4846

View file

@ -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`
---