Share via


GeminiFunctionToolResult Class

Definition

Represents the result of a Gemini function tool call.

public sealed class GeminiFunctionToolResult
type GeminiFunctionToolResult = class
Public NotInheritable Class GeminiFunctionToolResult
Inheritance
GeminiFunctionToolResult

Constructors

GeminiFunctionToolResult(GeminiFunctionToolCall, FunctionResult)

Initializes a new instance of the GeminiFunctionToolResult class.

Properties

FullyQualifiedName

Gets the fully-qualified name of the function.

FunctionResult

Gets the result of the function.

Applies to