Back

create-run (clj)

(source)

function

(create-run params) (create-run params options)
Create a run. Example: ``` (create-run {:thread_id "----id----" :assistant_id "----id----"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/runs/createRun)

Examples