def debug_log()

in llm_demo/orchestrator/vertexai_function_calling/function_calling_orchestrator.py [0:0]


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