def debug_log()

in src/frontend_service/orchestrator/vertexai_function_calling/function_calling_orchestrator.py [0:0]


    def debug_log(self, output: str) -> None:
        if DEBUG:
            print(output)