Package edu.tufts.hrilab.llm.gson
Class PromptInfo
java.lang.Object
edu.tufts.hrilab.llm.gson.PromptInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPromptInfo
(List<ActionInfo> actions, List<PropertyInfo> properties, List<QuestionInfo> activeQuestions, List<FactInfo> facts, List<StateInfo> states, List<GoalInfo> goals) -
Method Summary
-
Field Details
-
actions
-
properties
-
activeQuestions
-
facts
-
states
-
goals
-
-
Constructor Details
-
PromptInfo
public PromptInfo(List<ActionInfo> actions, List<PropertyInfo> properties, List<QuestionInfo> activeQuestions, List<FactInfo> facts, List<StateInfo> states, List<GoalInfo> goals)
-