Provider

fun interface Provider : Instruction

A function that produces the instruction Content at turn time, given a ReadonlyContext.

Returning null indicates "no instruction this turn".

Functions

Link copied to clipboard
abstract suspend fun provide(context: ReadonlyContext): Content?