Skip to content

Commit

Permalink
Merge pull request #293 from PrefectHQ/nits
Browse files Browse the repository at this point in the history
2 small things
  • Loading branch information
jlowin authored Sep 9, 2024
2 parents eba6ac5 + 4e5603f commit b323232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion all_code.txt

This file was deleted.

1 change: 1 addition & 0 deletions src/controlflow/events/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def _message(cls, v):
def _finalize(self):
self.delta["name"] = self.agent.name
self.snapshot["name"] = self.agent.name
return self

@property
def delta_message(self) -> AIMessageChunk:
Expand Down

0 comments on commit b323232

Please sign in to comment.