# \donttest{
if (interactive()) {
step <- create_step(
id = "load_data",
description = "Load the CSV file and return a summary",
executor = my_agent,
max_retries = 3
)
}
# }
Run the code above in your browser using DataLab