Package com.t4a.processor
Class TextProcessor
java.lang.Object
com.t4a.processor.TextProcessor
- All Implemented Interfaces:
AIProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessSingleAction
(String promptText) processSingleAction
(String promptText, AIAction action, HumanInLoop humanVerification, ExplainDecision explain) processSingleAction
(String promptText, HumanInLoop humanVerification, ExplainDecision explain) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.t4a.processor.AIProcessor
query, summarize
-
Constructor Details
-
TextProcessor
public TextProcessor()
-
-
Method Details
-
processSingleAction
public Object processSingleAction(String promptText, HumanInLoop humanVerification, ExplainDecision explain) - Specified by:
processSingleAction
in interfaceAIProcessor
-
query
- Specified by:
query
in interfaceAIProcessor
- Throws:
AIProcessingException
-
processSingleAction
public Object processSingleAction(String promptText, AIAction action, HumanInLoop humanVerification, ExplainDecision explain) - Specified by:
processSingleAction
in interfaceAIProcessor
-
processSingleAction
- Specified by:
processSingleAction
in interfaceAIProcessor
- Throws:
AIProcessingException
-