ILLMProviderChatAsync Method

Definition

Namespace: SuperBuilderWinService.Providers
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
IAsyncEnumerable<ChatResponse> ChatAsync(
	string prompt,
	RepeatedField<ConversationHistory> history,
	PromptOptions promptOptions,
	string attachedFiles
)

Parameters

prompt  String

[Missing <param name="prompt"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]

history  RepeatedFieldConversationHistory

[Missing <param name="history"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]

promptOptions  PromptOptions

[Missing <param name="promptOptions"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]

attachedFiles  String

[Missing <param name="attachedFiles"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]

Return Value

IAsyncEnumerableChatResponse

[Missing <returns> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ChatAsync(System.String,Google.Protobuf.Collections.RepeatedField{SuperBuilderWinService.ConversationHistory},SuperBuilderWinService.PromptOptions,System.String)"]

See Also