Skip to content

Commit

Permalink
Repeat function calls in the same order if message expired
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Feb 14, 2024
1 parent 93a5222 commit b25ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agency_swarm/threads/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_completion(self, message: str, message_files=None, yield_messages=True,
self.client.beta.threads.messages.create(
thread_id=self.thread.id,
role="user",
content="Please repeat the exact same function calls again."
content="Please repeat the exact same function calls again in the same order."
)

self.run = self.client.beta.threads.runs.create(
Expand Down

0 comments on commit b25ba2c

Please sign in to comment.