Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Sep 30, 2024
1 parent f43bd3d commit 63e0436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-index-core/llama_index/core/workflow/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
serializer: Optional[ContextSerializer] = None,
) -> None:
self.stepwise = stepwise
self.serializer = serializer
self.serializer = serializer or ContextSerializer()

self._workflow = workflow
# Broker machinery
Expand Down

0 comments on commit 63e0436

Please sign in to comment.