Skip to content

Commit

Permalink
update guestbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Apr 17, 2024
1 parent c0579b1 commit 01685d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/flows/test_sign_guestbook.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from control_flow import Agent, run_ai
from control_flow.core.flow import ai_flow
from control_flow import Agent, ai_flow, run_ai

# define assistants

Expand Down Expand Up @@ -34,7 +33,7 @@ def guestbook_flow():
sign their names for the task to be complete. You can read the sign to
see if that has happened yet. You can not sign for another assistant.
""",
assistants=[a, b, c],
agents=[a, b, c],
tools=[sign, view_guestbook],
)

Expand Down

0 comments on commit 01685d6

Please sign in to comment.