Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Mar 21, 2024
1 parent 0f75d13 commit 6eece91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/griptape-framework/misc/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ from griptape.events import (
BaseEvent,
StartTaskEvent,
FinishTaskEvent,
StartActionSubtaskEvent,
FinishActionSubtaskEvent,
StartActionsSubtaskEvent,
FinishActionsSubtaskEvent,
StartPromptEvent,
FinishPromptEvent,
EventListener
Expand All @@ -27,8 +27,8 @@ agent = Agent(
EventListener(handler, event_types=[
StartTaskEvent,
FinishTaskEvent,
StartActionSubtaskEvent,
FinishActionSubtaskEvent,
StartActionsSubtaskEvent,
FinishActionsSubtaskEvent,
StartPromptEvent,
FinishPromptEvent
])
Expand Down

0 comments on commit 6eece91

Please sign in to comment.