tinker_cookbook.exceptions.RendererError
class tinker_cookbook.exceptions.RendererError(TinkerCookbookError, ValueError)
An error related to renderer configuration or rendering.
Raised when a renderer cannot be found, messages cannot be rendered
into a model prompt, or a response cannot be parsed back into messages.
Inherits from ValueError for backward compatibility.