Task<string> AddFeedback(
string question,
string feedback,
string feedbackType,
string answer
)
Function AddFeedback (
question As String,
feedback As String,
feedbackType As String,
answer As String
) As Task(Of String)
Task<String^>^ AddFeedback(
String^ question,
String^ feedback,
String^ feedbackType,
String^ answer
)
abstract AddFeedback :
question : string *
feedback : string *
feedbackType : string *
answer : string -> Task<string>
[Missing <param name="question"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.AddFeedback(System.String,System.String,System.String,System.String)"]
[Missing <param name="feedback"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.AddFeedback(System.String,System.String,System.String,System.String)"]
[Missing <param name="feedbackType"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.AddFeedback(System.String,System.String,System.String,System.String)"]
[Missing <param name="answer"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.AddFeedback(System.String,System.String,System.String,System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.AddFeedback(System.String,System.String,System.String,System.String)"]