Hi NonsensicalWoodpecker96
you can you the SDK 🙂
task = Task.init(project_name=project_name, task_name=task_name)
task.set_comment('Hi there')
that’s exactly what I was looking for, thanks a lot!
was expecting something likeclearml_task = Task.init( project_name=project_name, task_name=task_name, continue_last_task=False, description="Edit this here" )