Back

modify-run (clj)

(source)

function

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

Examples