Skip to content

Commit

Permalink
chore: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
boczekbartek committed Oct 20, 2024
1 parent d1960bb commit 1d6b973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rai/rai/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,11 @@ async def agent_loop(self, goal_handle: ServerGoalHandle):

state = None
for state in self.llm_app.stream(
payload,
payload,
{
"recursion_limit": self.AGENT_RECURSION_LIMIT,
"callbacks": get_tracing_callbacks()
}
"recursion_limit": self.AGENT_RECURSION_LIMIT,
"callbacks": get_tracing_callbacks(),
},
):

graph_node_name = list(state.keys())[0]
Expand Down

0 comments on commit 1d6b973

Please sign in to comment.