Table of Contents

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

description string

Properties

Description

public string Description { get; }

Property Value

string