# frozen_string_literal: true class ApplicationAgent def prompt(_conversation) raise NotImplementedError end end