ConversationSummaryPlugin.GetConversationTopicsAsync(String, Kernel) Method

Definition

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

Applies to