Interface NoCommandNotifier


public interface NoCommandNotifier
Agent that generates a poetic UNIX/Bushido styled message when no execution command could be detected.
  • Method Details

    • notifyNoCommand

      String notifyNoCommand(String workDir, String lang, String author)
    • create

      static NoCommandNotifier create(dev.langchain4j.model.chat.ChatModel chatModel)
      Creates a new instance of NoCommandNotifier.
      Parameters:
      chatModel - language model to use
      Returns:
      constructed agent instance