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