Task<string> StopMCPAgent(
string agentName
)
Function StopMCPAgent (
agentName As String
) As Task(Of String)
Task<String^>^ StopMCPAgent(
String^ agentName
)
abstract StopMCPAgent :
agentName : string -> Task<string>
[Missing <param name="agentName"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.StopMCPAgent(System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.StopMCPAgent(System.String)"]