examplesPrompt
fun <T> examplesPrompt(builder: TextContentBuilderBase<*>, structure: Structure<T, *>): TextContentBuilderBase<*>(source)
Formats and appends structure examples, if they are present in the provided structure, to the provided text builder, to show an LLM expected output format. If Structure.examples is empty, nothing is appended.