IAsyncEnumerable<ChatResponse> ChatAsync(
string prompt,
RepeatedField<ConversationHistory> history,
PromptOptions promptOptions,
string attachedFiles
)
Function ChatAsync (
prompt As String,
history As RepeatedField(Of ConversationHistory),
promptOptions As PromptOptions,
attachedFiles As String
) As IAsyncEnumerable(Of ChatResponse)
IAsyncEnumerable<ChatResponse^>^ ChatAsync(
String^ prompt,
RepeatedField<ConversationHistory^>^ history,
PromptOptions^ promptOptions,
String^ attachedFiles
)
abstract ChatAsync :
prompt : string *
history : RepeatedField<ConversationHistory> *
promptOptions : PromptOptions *
attachedFiles : string -> IAsyncEnumerable<ChatResponse>
[Missing <param name="prompt"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]
[Missing <param name="history"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]
[Missing <param name="promptOptions"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]
[Missing <param name="attachedFiles"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]