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

Name Description
GeminiFunctionToolResult(GeminiFunctionToolCall, FunctionResult)

Initializes a new instance of the GeminiFunctionToolResult class.

Properties

Name Description
FullyQualifiedName

Gets the fully-qualified name of the function.

FunctionResult

Gets the result of the function.

Applies to