KernelFunction.Description Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a description of the function.
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String
Property Value
Remarks
The description may be supplied to a model in order to elaborate on the function's purpose, in case it may be beneficial for the model to recommend invoking the function.