public Task<string> SayHello(
string name
)
Public Function SayHello (
name As String
) As Task(Of String)
public:
virtual Task<String^>^ SayHello(
String^ name
) sealed
abstract SayHello :
name : string -> Task<string>
override SayHello :
name : string -> Task<string>
[Missing <param name="name"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.SayHello(System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.SayHello(System.String)"]