FeedbackToModel

data class FeedbackToModel(val message: String) : EmptyResponseAction

Append message to the conversation as a com.embabel.chat.UserMessage and re-prompt the LLM in the same loop. Lets weak models get one more chance to produce an answer, bounded by the policy's own retry counter.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard