Get list of all assistants
Usage
assistant_list(order = "desc", limit = 20)
Arguments
- order
The order to list the assistants in. Options are "asc" and "desc".
- limit
The maximum number of assistants to return.
Value
A list of assistant objects
Examples
if (FALSE) {
assistant_list()
}