Package com.embabel.agent.tools.agent
Object PromptedTextCommunicator
-
- All Implemented Interfaces:
-
com.embabel.agent.tools.agent.TextCommunicator
public class PromptedTextCommunicator implements TextCommunicator
Prompted awaitable communicator
-
-
Field Summary
Fields Modifier and Type Field Description public final static PromptedTextCommunicatorINSTANCE
-
Method Summary
Modifier and Type Method Description StringcommunicateResult(AgentProcessExecution agentProcessExecution)Communicate the result of an agent process execution. StringcommunicateAwaitable(NamedAndDescribed goal, ProcessWaitingException pwe)Produce a response string for the given goal and ProcessWaitingException. -
-
Method Detail
-
communicateResult
String communicateResult(AgentProcessExecution agentProcessExecution)
Communicate the result of an agent process execution.
-
communicateAwaitable
String communicateAwaitable(NamedAndDescribed goal, ProcessWaitingException pwe)
Produce a response string for the given goal and ProcessWaitingException.
-
-
-
-