Package ai.dat.core.agent
Class DefaultAskdataAgent
java.lang.Object
ai.dat.core.agent.AbstractAskdataAgent
ai.dat.core.agent.DefaultAskdataAgent
- All Implemented Interfaces:
AskdataAgent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ai.dat.core.agent.AbstractAskdataAgent
action, contentStore, databaseAdapter, variables -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrun(@NonNull String question, @NonNull List<QuestionSqlPair> histories) Methods inherited from class ai.dat.core.agent.AbstractAskdataAgent
ask, ask, contentStore, executeQueryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.dat.core.agent.AskdataAgent
userApproval, userResponse
-
Method Details
-
eventOptions
-
run
protected void run(@NonNull @NonNull String question, @NonNull @NonNull List<QuestionSqlPair> histories) - Specified by:
runin classAbstractAskdataAgent
-