maddalihanumateja / Share-With-Images

AR iOS app for a vision-based tangible interface
1 stars 1 forks source link

Need to implement a simple controller for AI assistant dialogues (status container) #22

Open maddalihanumateja opened 6 years ago

maddalihanumateja commented 6 years ago

Our system should be able to converse with the user/users about the input that has presented to it and ascertain what needs to be done along with other missing/optional information required. This has been discussed at length in #16 . I've created a few example templates and written some example prompts for requesting information required to complete these templates here under the AI assistant dialogue section.

maddalihanumateja commented 6 years ago

I think having an AIAssistant class that allows structured or unstructured type of inputs and is a good idea. We could have a CommunicationTemplate class (or some text file that stores the requirements to execute an action).

maddalihanumateja commented 6 years ago

The controller needs to be able to ask if the user wants to involve more people or include more free form inputs. We also need some sort of way to allow the user to agree/disallow an inferred action. (A Yes or No button below the status container). For now I'm assuming an explicitly mentioned number of people/inputs in the email.