Back

modify-thread (clj)

(source)

function

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

Examples