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 authored Aug 27, 2024
1 parent 5838960 commit 3bd1fcf
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 3bd1fcf

Please sign in to comment.