Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render origin/originator of a bot response #4842

Closed
compulim opened this issue Sep 1, 2023 · 0 comments · Fixed by #4846
Closed

Render origin/originator of a bot response #4842

compulim opened this issue Sep 1, 2023 · 0 comments · Fixed by #4846

Comments

@compulim
Copy link
Contributor

compulim commented Sep 1, 2023

Is your feature request related to a problem?

Despite the bot always send the response, the content of the response could be from other sources. The bot is referencing to the original source.

Will be great if we can show the origin/originator of the response, with a link to the it.

Describe the suggestion or request in detail

Ability to add a link about the origin/originator of the response.

Describe alternatives you have considered

Adding the origin/originator in the bot message.

Additional context

image

Current proposal is to use the entities field:

{
  "from": {
    "id": "bot",
    "role": "bot"
  },
  "text": "Reprehenderit enim ullamco esse deserunt minim enim sunt do non et est nisi.",
  "type": "message",
  "entities": [
    {
      "@id": "ms-bf-channel-account-id:bot",
      "@context": "https://schema.org/",
      "@type": "Person",
      "type": "https://schema.org/Person",
      "description": "Article from microsoft.com",
      "url": "https://www.microsoft.com/"
    }
  ]
}
@compulim compulim added the feature-request Azure report label label Sep 1, 2023
@compulim compulim added this to the imminent milestone Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant