Class FunctionAttribute
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class FunctionAttribute : Attribute- Inheritance
- 
      
      
      FunctionAttribute
- Inherited Members
Constructors
FunctionAttribute(string)
public FunctionAttribute(string description = null)Parameters
- descriptionstring
Properties
Description
public string Description { get; }