ConversationSummaryPlugin.GetConversationTopicsAsync(String, Kernel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given a long conversation transcript, identify topics.
[Microsoft.SemanticKernel.KernelFunction]
public System.Threading.Tasks.Task<string> GetConversationTopicsAsync (string input, Microsoft.SemanticKernel.Kernel kernel);
[<Microsoft.SemanticKernel.KernelFunction>]
member this.GetConversationTopicsAsync : string * Microsoft.SemanticKernel.Kernel -> System.Threading.Tasks.Task<string>
Public Function GetConversationTopicsAsync (input As String, kernel As Kernel) As Task(Of String)
Parameters
- input
- String
A long conversation transcript.
- kernel
- Kernel
The Kernel containing services, plugins, and other state for use throughout the operation.
Returns
- Attributes