Class FunctionParameterContract
- Inheritance
-
Function
Parameter Contract
- Inherited Members
Properties
DefaultValue
The default value of the parameter.
Property Value
Description
The description of the parameter. This will be extracted from the param section of the structured comment if available. Otherwise, the description will be null.
Property Value
IsRequired
If the parameter is a required parameter.
Property Value
Name
The name of the parameter.
Property Value
ParameterType
The type of the parameter.
Property Value
Operators
implicit operator AIFunctionParameterMetadata(FunctionParameterContract)
Parameters
contract
FunctionParameter Contract
Returns
- AIFunction
Parameter Metadata
implicit operator FunctionParameterContract(AIFunctionParameterMetadata)
Parameters
metadata
AIFunctionParameter Metadata