Class FunctionParameterAttribute
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class FunctionParameterAttribute : Attribute
- Inheritance
-
FunctionParameterAttribute
- Inherited Members
Constructors
FunctionParameterAttribute(string)
Function parameter attribute to help describe the parameter for the function.
public FunctionParameterAttribute(string description)
Parameters
description
stringThe description of the parameter and its usage.
Properties
Description
public string Description { get; }