Skip to content

Commit

Permalink
Attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Oct 15, 2024
1 parent 12a05ce commit cc1b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion griptape/events/event_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class EventListener(Generic[T]):
"""An event listener that listens for events and handles them.
Args:
Attributes:
handler: The handler function that will be called when an event is published.
The handler function should accept an event and return either the event or a dictionary.
If the handler returns None, the event will not be published.
Expand Down

0 comments on commit cc1b23f

Please sign in to comment.