Back

create-thread-and-run (clj)

(source)

function

(create-thread-and-run params) (create-thread-and-run params options)
Create a thread and run it in one request. Example: ``` (create-thread-and-run {:assistant_id "----id----"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/runs/createThreadAndRun)

Examples