PromptToExpressionRequestBase.Options Property
Gets advanced request settings that control AI behavior.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.2.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.AIIntegration.Extensions.ExpressionRequestOptions | Request options. |
Remarks
Request options include:
| Option | Description |
|---|---|
Context |
Additional system-level instructions for expression generation. |
MaxAttempts |
Maximum number of retries if expression generation fails. |
MaxTokens |
Upper limit for generated tokens. |
Temperature |
Controls randomness of the output. |
PromptAugmentation |
Additional instructions that modify the prompt before processing. |
See Also