OpenAIFunctionReturnParameter 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 OpenAI.
public sealed class OpenAIFunctionReturnParameter
type OpenAIFunctionReturnParameter = class
Public NotInheritable Class OpenAIFunctionReturnParameter
- Inheritance
-
OpenAIFunctionReturnParameter
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. |