Partager via


GeminiFunctionParameter Class

Definition

Represents a function parameter that can be passed to an Gemini function tool call.

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

Properties

Description

Gets a description of the parameter.

IsRequired

Gets whether the parameter is required vs optional.

Name

Gets the name of the parameter.

ParameterType

Gets the Type of the parameter, if known.

Schema

Gets a JSON schema for the parameter, if known.

Applies to