fetchai / docs

Fetch.ai documentation for AI Agents, AI Engine, Fetch Network and more.
https://www.fetch.ai/docs
Apache License 2.0
4 stars 3 forks source link

Missing @agent.on_event(...) details #914

Closed tanaygodse closed 2 weeks ago

tanaygodse commented 2 weeks ago

Prerequisites

Category

Incorrect or missing Content

Expected Behavior / Content

All Agent Handlers should be mentioned and all related options should be described.

Observed Behavior / Content

Title: Missing @agent.on_event(...) details

Suggested Change: Add details and description for @agent.on_event(...) to the "Agent Handlers" tutorial.

Justification: The @agent.on_event(...) handler is used in the examples mentioned, however the recommended uses and supported list of "events" is not mentioned in the documentation. Adding this would make sure that all the handlers are covered and all known events are listed.

To Reproduce

No response

Environment Details (Optional)

No response

Failure Logs (Optional)

No response

Additional Information (Optional)

No response