mattermost / mattermost-plugin-ai

Mattermost Copilot plugin supporting multiple LLMs
https://mattermost.com/copilot
Apache License 2.0
136 stars 30 forks source link

Feature Idea: Enable AI to process data in link previews #43

Closed it33 closed 9 months ago

it33 commented 1 year ago

Summary

In a channel with bot posts about articles from our user forum, end users can read link previews, however bot can't see the preview text, and can't process them in responses. The bot should be able to see them.

image

How important this is to me and why

Without this ability, bot can't summarize contents from link preview posts users can read

Importance: Medium

Use cases:

  1. Summarize channel including links

Additional context/similar features

Any examples of good implementations of this capability.

There are some alternate solutions to consider:

a) Have a function that ingests the full article into the post, whether visibility or invisibly // there are some security risks with this b) Function could pull the link content at the time it's making the query,// potentially slow, brittle, and have security issues

crspeller commented 9 months ago

Too many security implications for now. Will revisit when we do more external data access.