AiBuilder

Builder that can be injected into components to obtain Ai instances. Use when you want custom configuration.

Properties

Link copied to clipboard
Link copied to clipboard
abstract val showPrompts: Boolean

Functions

Link copied to clipboard
abstract fun ai(): Ai

Build an Ai instance according to the configuration.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun withShowPrompts(show: Boolean): AiBuilder