Package atessera.sensei.agents
Interface NoCommandNotifier
public interface NoCommandNotifier
Agent that generates a poetic UNIX/Bushido styled message when no execution command could be detected.
-
Method Summary
Modifier and TypeMethodDescriptionstatic NoCommandNotifiercreate(dev.langchain4j.model.chat.ChatModel chatModel) Creates a new instance ofNoCommandNotifier.notifyNoCommand(String workDir, String lang, String author)
-
Method Details
-
notifyNoCommand
-
create
Creates a new instance ofNoCommandNotifier.- Parameters:
chatModel- language model to use- Returns:
- constructed agent instance
-