For skills that only require a text input and everything else is optional (e.g. Emotions and Sentiment, Find names and places, Estimate pain level), it would be great if the user could easily send the text to the skill in one prompt.
- Example flow 1: user asks AI to analyze the following text for sentiment or emotions, and pastes the text. User clicks Send. Router recognizes this is a skill and offers to send to the skill. It runs it (without opening the UI) and returns the results as part of the chat. Some of this is already built-in (the router piece), so it's a matter of enhancing the pipeline to the skill. As an initial POC, the link in chat could simply send the text to the skill UI.
- Example flow 2: user clicks a small skills button next to or above the prompt and selects Emotions and Sentiment. User sees a message asking to paste the text in the prompt or upload a file. User clicks Send. Text or file gets sent to skill (same as above from this point on).
For skills that only require a text input and everything else is optional (e.g. Emotions and Sentiment, Find names and places, Estimate pain level), it would be great if the user could easily send the text to the skill in one prompt.