appendPrompt

suspend fun appendPrompt(body: PromptBuilder.() -> Unit)(source)

Appends messages to the current LLM prompt without making an LLM request. Corresponds to nodeAppendPrompt.

Parameters

body

Lambda to modify the prompt using PromptBuilder.