Commit e6f4d340 authored by Juraj Mikuš's avatar Juraj Mikuš
Browse files

Edit orchestrator.py

parent 5946c300
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ class Orchestrator:

        return agent_name

    def process(self, query: str, debug: bool) -> str:
    def process(self, query: str, debug=False) -> str:
        if debug:
            self.debug = True