Back to Devexpress

PromptToExpressionBehaviorProperties.AugmentWithFunctionInfo Property

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-prompttoexpressionbehaviorproperties-54a968a3.md

latest1.9 KB
Original Source

PromptToExpressionBehaviorProperties.AugmentWithFunctionInfo Property

Injects supported functions and operators into each user prompt.

Namespace : DevExpress.AIIntegration.WinForms

Assembly : DevExpress.AIIntegration.WinForms.v25.2.dll

NuGet Package : DevExpress.AIIntegration.WinForms

Declaration

csharp
[DefaultValue(true)]
public bool AugmentWithFunctionInfo { get; set; }
vb
<DefaultValue(True)>
Public Property AugmentWithFunctionInfo As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to inject supported functions and operators into each user prompt; otherwise, false.

|

Remarks

Set the AugmentWithFunctionInfo property to true to increase accuracy. Adds about 4,000 tokens per request (adds cost).

See the following help topic for more information: Prompt to Expression.

See Also

Criteria Language Syntax

PromptToExpressionBehaviorProperties Class

PromptToExpressionBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace