Skip to content

Commit

Permalink
Fix agent reference (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakley-r7 committed Aug 27, 2024
1 parent 97f9f84 commit b9993b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ def _get_agent(self, agent_input: str, agent_type: str, next_cursor: str = None)
"""
start_time = datetime.now()
agents = []
agent = None
has_next_page = True
if not next_cursor:
payload = {
Expand Down

0 comments on commit b9993b3

Please sign in to comment.