FunctionResultContent.ToChatMessage 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.
Creates ChatMessageContent and adds the current instance of the class to the Items collection.
public Microsoft.SemanticKernel.ChatMessageContent ToChatMessage ();
member this.ToChatMessage : unit -> Microsoft.SemanticKernel.ChatMessageContent
Public Function ToChatMessage () As ChatMessageContent
Returns
The ChatMessageContent instance.