All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maestro.ai.antrophic.Request.kt Maven / Gradle / Ivy

Go to download

Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.

The newest version!
package maestro.ai.antrophic

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
data class Request(
    val model: String,
    @SerialName("max_tokens") val maxTokens: Int,
    val messages: List,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy