Class FunctionContract
- Inheritance
-
Function
Contract
- Inherited Members
- Extension Methods
Properties
ClassName
The class name of the function.
Property Value
Description
The description of the function. If a structured comment is available, the description will be extracted from the summary section. Otherwise, the description will be null.
Property Value
Name
The name of the function.
Property Value
Namespace
The namespace of the function.
Property Value
Parameters
The parameters of the function.
Property Value
ReturnDescription
The description of the return section. If a structured comment is available, the description will be extracted from the return section. Otherwise, the description will be null.
Property Value
ReturnType
The return type of the function.
Property Value
Operators
implicit operator AIFunctionMetadata(FunctionContract)
Parameters
contract
FunctionContract
Returns
- AIFunction
Metadata
implicit operator FunctionContract(AIFunctionMetadata)
Parameters
metadata
AIFunctionMetadata