PythonLlmProviderAddFeedback Method

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public Task<string> AddFeedback(
	string question,
	string feedback,
	string feedbackType,
	string answer
)

Parameters

question  String

[Missing <param name="question"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.AddFeedback(System.String,System.String,System.String,System.String)"]

feedback  String

[Missing <param name="feedback"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.AddFeedback(System.String,System.String,System.String,System.String)"]

feedbackType  String

[Missing <param name="feedbackType"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.AddFeedback(System.String,System.String,System.String,System.String)"]

answer  String

[Missing <param name="answer"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.AddFeedback(System.String,System.String,System.String,System.String)"]

Return Value

TaskString

[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.AddFeedback(System.String,System.String,System.String,System.String)"]

Implements

ILLMProviderAddFeedback(String, String, String, String)

See Also