You can see all of our latest steps at:

Python
from relevanceai as rai
rai.list_all_steps()

You can run any of those steps via:

Python
from relevanceai.steps import RunStep

step = RunStep(step_id)

This will error with all the appropriate fields.

Python
from relevanceai.steps import RunStep

step = RunStep("prompt_completion", prompt="hello")