Skip to content

Commit

Permalink
Remove extra warning
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed May 13, 2024
1 parent aa098a7 commit 3c5235f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agency_swarm/agency/agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ def get_completion(self, message: str,
Returns:
Generator or final response: Depending on the 'yield_messages' flag, this method returns either a generator yielding intermediate messages or the final response from the main thread.
"""
if yield_messages:
print("Warning: yield_messages parameter will be deprecated soon. Use streaming instead.")

res = self.main_thread.get_completion(message=message,
message_files=message_files,
attachments=attachments,
Expand Down

0 comments on commit 3c5235f

Please sign in to comment.