microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix/msal-cache

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Libraries/Microsoft.Teams.AI/Annotations/ChatPluginAttribute.cs

10lines · modecode

1namespace Microsoft.Teams.AI.Annotations;
2
3[AttributeUsage(AttributeTargets.Field, Inherited = true)]
4[Obsolete("Microsoft.Teams.AI is deprecated and will be removed by end of summer 2026.")]
5public class ChatPluginAttribute : Attribute
6{
7 public ChatPluginAttribute()
8 {
9 }
10}