Package com.t4a.processor
Class LocalAIActionProcessor
java.lang.Object
com.t4a.processor.LocalAIActionProcessor
- 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 prompt, AIAction action, HumanInLoop humanVerification, ExplainDecision explain, ActionCallback callback) processSingleAction(String promptText, ActionCallback callback) processSingleAction(String promptText, HumanInLoop humanVerification, ExplainDecision explain) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.t4a.processor.AIProcessor
processSingleAction, processSingleAction, processSingleAction, query, query, setCallBack, summarize
-
Constructor Details
-
LocalAIActionProcessor
public LocalAIActionProcessor()
-
-
Method Details
-
processSingleAction
public Object processSingleAction(String promptText, HumanInLoop humanVerification, ExplainDecision explain) - Specified by:
processSingleActionin interfaceAIProcessor
-
query
- Specified by:
queryin interfaceAIProcessor- Throws:
AIProcessingException
-
processSingleAction
public Object processSingleAction(String prompt, AIAction action, HumanInLoop humanVerification, ExplainDecision explain, ActionCallback callback) throws AIProcessingException - Specified by:
processSingleActionin interfaceAIProcessor- Throws:
AIProcessingException
-
processSingleAction
public Object processSingleAction(String promptText, AIAction action, HumanInLoop humanVerification, ExplainDecision explain) throws AIProcessingException - Specified by:
processSingleActionin interfaceAIProcessor- Throws:
AIProcessingException
-
processSingleAction
- Specified by:
processSingleActionin interfaceAIProcessor- Throws:
AIProcessingException
-
processSingleAction
public Object processSingleAction(String promptText, ActionCallback callback) throws AIProcessingException - Specified by:
processSingleActionin interfaceAIProcessor- Throws:
AIProcessingException
-