GeminiFunctionReturnParameter 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 return parameter that can be returned by a tool call to Gemini.
public sealed class GeminiFunctionReturnParameter
type GeminiFunctionReturnParameter = class
Public NotInheritable Class GeminiFunctionReturnParameter
- Inheritance
-
GeminiFunctionReturnParameter
Properties
Description |
Gets a description of the return parameter. |
ParameterType |
Gets the Type of the return parameter, if known. |
Schema |
Gets a JSON schema for the return parameter, if known. |