Class InputItemListParams.Order

  • All Implemented Interfaces:
    com.openai.core.Enum

    
    public final class InputItemListParams.Order
     implements Enum
                        

    The order to return the input items in. Default is desc.

    • asc: Return the input items in ascending order.

    • desc: Return the input items in descending order.