OpenAIChatMessageContent.GetOpenAIFunctionToolCalls 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.
Retrieve the resulting function from the chat result.
public System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Connectors.OpenAI.OpenAIFunctionToolCall> GetOpenAIFunctionToolCalls ();
member this.GetOpenAIFunctionToolCalls : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Connectors.OpenAI.OpenAIFunctionToolCall>
Public Function GetOpenAIFunctionToolCalls () As IReadOnlyList(Of OpenAIFunctionToolCall)
Returns
The OpenAIFunctionToolCall, or null if no function was returned by the model.