Update an existing step with new information
update_step
function allows you to modify an existing step’s information while it’s still active. This is useful for tracking progress, updating evaluations, or adding information discovered during execution.
screenshot_path
.screenshot
.None
.
step_id
is not provided, updates the current active stepcreate_step
- Create a new stepend_step
- End the current stepget_decorator_step
- Get step ID in decorated functions