GeminiFunctionParameter Class
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.
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. |