Skip to content

Commit

Permalink
add image event import
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Jan 31, 2025
1 parent ad2ec58 commit f94b631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/semantic_kernel/contents/events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
AudioEvent,
FunctionCallEvent,
FunctionResultEvent,
ImageEvent,
RealtimeEvent,
ServiceEvent,
TextEvent,
Expand All @@ -13,6 +14,7 @@
"AudioEvent",
"FunctionCallEvent",
"FunctionResultEvent",
"ImageEvent",
"RealtimeEvent",
"ServiceEvent",
"TextEvent",
Expand Down

0 comments on commit f94b631

Please sign in to comment.