Share via


GeminiStreamingChatMessageContent.ToolCalls Property

Definition

A list of the tools returned by the model with arguments.

public System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Connectors.Google.GeminiFunctionToolCall>? ToolCalls { get; }
member this.ToolCalls : System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Connectors.Google.GeminiFunctionToolCall>
Public ReadOnly Property ToolCalls As IReadOnlyList(Of GeminiFunctionToolCall)

Property Value

Applies to