GetModels

data class GetModels(val limit: Int? = null, val after_id: String? = null, val before_id: String? = null) : NonNullAutoMarshalledAction<Models> , AnthropicAIAction<Models> , PagedAction<String, ModelInfo, Models, GetModels> (source)

Constructors

Link copied to clipboard
constructor(limit: Int? = null, after_id: String? = null, before_id: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int?

Functions

Link copied to clipboard
open override fun next(token: String): GetModels
Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<Models, RemoteFailure>