Package-level declarations

Types

Link copied to clipboard
interface Authentication
Link copied to clipboard
Link copied to clipboard
interface Platform
Link copied to clipboard
value class PlatformApiUrl(val value: String)
Link copied to clipboard
interface PlatformClient
Link copied to clipboard
interface RunSentResult

Functions

Link copied to clipboard
inline suspend fun <O : Any> Platform.addToEvaluationSet(runId: RunId, evaluationSet: String, expected: O): EvaluationSubmitResult
Link copied to clipboard
inline suspend fun <O : Any> Platform.getRuns(tags: List<RunTag>): List<<Error class: unknown class><RunId, AgentRun<O>>>
Link copied to clipboard
inline suspend fun <I : Any, O : Any> Platform.sendRun(run: AgentRun<O>, agent: Agent<I, O>, expected: Expected<O>? = null): RunSentResult