Skip to content

Commit

Permalink
Trival.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHuSh committed Dec 11, 2024
1 parent 92f253c commit e66b44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/component/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,5 +565,5 @@ def be_output(v):
def get_component_name(self, cpn_id):
return self._canvas.get_component(cpn_id)["obj"].component_name.lower()

def debug(self, history, **kwargs):
return self._run(history, **kwargs)
def debug(self, **kwargs):
return self._run([], **kwargs)

0 comments on commit e66b44e

Please sign in to comment.