Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcstrange committed Jan 16, 2024
1 parent 3f3688c commit 1f8474f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agency_swarm/threads/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_completion(self, message: str, message_files=None, yield_messages=True):
thread_id=self.thread.id,
run_id=self.run.id
)
print(f"Run [{self.run.id}] Status: {self.run.status}")

# function execution
if self.run.status == "requires_action":
Expand Down

0 comments on commit 1f8474f

Please sign in to comment.