Class LlamaSpaceStationResponse
java.lang.Object
edu.tufts.hrilab.unity.space_station.llm.LlamaSpaceStationResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LlamaSpaceStationResponsefromString(String s) toDialogGoal(String actor, String predicate) toPredicate(String actor) Takes the object and produces a predicate string containing a dialog action goal predicate.toString()
-
Field Details
-
agent
-
action
-
area
-
side
-
number
-
-
Constructor Details
-
LlamaSpaceStationResponse
public LlamaSpaceStationResponse()
-
-
Method Details
-
fromString
-
toString
-
toParserResponse
-
toPredicate
Takes the object and produces a predicate string containing a dialog action goal predicate.- Parameters:
actor- The name of the actor being instructed- Returns:
- string containing the goal predicate
-
toAddressee
-
toDialogGoal
-