Back

retrieve-assistant (clj)

(source)

function

(retrieve-assistant params) (retrieve-assistant params options)
Retrieves an assistant. Example: ``` (retrieve-assistant {:assistant_id "----id----"}) ``` :assistant_id param required :model too (but not in spec) Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/assistants/getAssistant)

Examples