Package com.t4a.processor
Interface AIProcessor
- All Known Implementing Classes:
AnthropicActionProcessor,GeminiActionProcessor,GeminiV2ActionProcessor,LocalAIActionProcessor,OpenAiActionProcessor,SeleniumProcessor,SpringAnthropicProcessor,SpringGeminiProcessor,SpringOpenAIProcessor,TextProcessor
public interface AIProcessor
-
Method Summary
Modifier and TypeMethodDescriptionprocessSingleAction(String promptText) processSingleAction(String promptText, AIAction action, HumanInLoop humanVerification, ExplainDecision explain) processSingleAction(String promptText, HumanInLoop humanVerification, ExplainDecision explain) default Stringdefault String
-
Method Details
-
processSingleAction
Object processSingleAction(String promptText, AIAction action, HumanInLoop humanVerification, ExplainDecision explain) throws AIProcessingException - Throws:
AIProcessingException
-
processSingleAction
Object processSingleAction(String promptText, HumanInLoop humanVerification, ExplainDecision explain) throws AIProcessingException - Throws:
AIProcessingException
-
processSingleAction
- Throws:
AIProcessingException
-
query
- Throws:
AIProcessingException
-
query
- Throws:
AIProcessingException
-
summarize
- Throws:
AIProcessingException
-