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
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true | 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