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.
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:
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
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.
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:
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