FeedbackToModel

data class FeedbackToModel(val message: String) : ToolNotFoundAction

Feed an error message back to the LLM so it can self-correct.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard