Package com.t4a.processor
Interface AIProcessor
- All Known Implementing Classes:
ActionProcessor
,ImageActionProcessor
,LocalAIActionProcessor
,OpenAiActionProcessor
,TextProcessor
public interface AIProcessor
-
Method Summary
Modifier and TypeMethodDescriptionprocessSingleAction
(String promptText, HumanInLoop humanVerification, ExplainDecision explain)
-
Method Details
-
processSingleAction
Object processSingleAction(String promptText, HumanInLoop humanVerification, ExplainDecision explain)
-