generateText

abstract fun generateText(model: Map<String, Any>): String

Generate text using the given model to render the template and LLM options from context.

Return

the generated text

Parameters

model

the model data to use for template rendering