Represents the options that a user can specify for an input mapping. Will get converted into an InputMap.
Public Functions
-
UserInputMapping()
-
UserInputMapping(
- std::string external_name,
- std::string internal_name = "-"
)
-
UserInputMapping(const std::shared_ptr<LLMNodeRunner> &runner)
-
UserInputMapping(std::tuple<std::string, std::string> &&tuple)
Public Members
-
std::string external_name
-
std::string internal_name