Callbacks

abstract class Callbacks

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun onLLMFunctionCall(func: LLMFunctionCall, onResult: (Value) -> Unit)

Invoked when the LLM attempts to invoke a function. The provided callback must be provided with a return value.

Link copied to clipboard
fun onLLMJsonCompletion(jsonString: String)