Skip to contents

This object is used to send feedback to the LLM when a LLM reply does not succesfully pass an extractor or validator function. The extractor or validator function should then return this object with the feedback text that should be sent to the LLM.

Usage

create_llm_feedback(text)

Arguments

text

A character string containing the feedback text. This will be sent back to the LLM after not passing an extractor or validator function.

Value

An object of class "llm_feedback" containing the feedback text.