public IAsyncEnumerable<ChatResponse> ChatAsync(
string prompt,
RepeatedField<ConversationHistory> history,
PromptOptions promptOptions,
string attachedFiles = "[]"
)
Public Function ChatAsync (
prompt As String,
history As RepeatedField(Of ConversationHistory),
promptOptions As PromptOptions,
Optional attachedFiles As String = "[]"
) As IAsyncEnumerable(Of ChatResponse)
public:
virtual IAsyncEnumerable<ChatResponse^>^ ChatAsync(
String^ prompt,
RepeatedField<ConversationHistory^>^ history,
PromptOptions^ promptOptions,
String^ attachedFiles = L"[]"
) sealed
abstract ChatAsync :
prompt : string *
history : RepeatedField<ConversationHistory> *
promptOptions : PromptOptions *
?attachedFiles : string
(* Defaults:
let _attachedFiles = defaultArg attachedFiles "[]"
*)
-> IAsyncEnumerable<ChatResponse>
override ChatAsync :
prompt : string *
history : RepeatedField<ConversationHistory> *
promptOptions : PromptOptions *
?attachedFiles : string
(* Defaults:
let _attachedFiles = defaultArg attachedFiles "[]"
*)
-> IAsyncEnumerable<ChatResponse>
[Missing <param name="prompt"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]
[Missing <param name="history"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]
[Missing <param name="promptOptions"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]
[Missing <param name="attachedFiles"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.PythonLlmProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]