Class PostChatCompletionEvent
- java.lang.Object
-
- com.microsoft.semantickernel.hooks.PostChatCompletionEvent
-
- All Implemented Interfaces:
KernelHookEvent
public class PostChatCompletionEvent extends Object implements KernelHookEvent
Represents a KernelHookEvent that is raised after a chat completion is invoked.
-
-
Constructor Summary
Constructors Constructor Description PostChatCompletionEvent(com.azure.ai.openai.models.ChatCompletions chatCompletions)Creates a new instance of thePostChatCompletionEventclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.ai.openai.models.ChatCompletionsgetChatCompletions()Gets the chat completions.
-
-
-
Constructor Detail
-
PostChatCompletionEvent
public PostChatCompletionEvent(com.azure.ai.openai.models.ChatCompletions chatCompletions)
Creates a new instance of thePostChatCompletionEventclass.- Parameters:
chatCompletions- the chat completions
-
-