PromptToExpressionBehaviorProperties Properties
Contains PromptToExpressionBehavior settings.| Name | Description |
|---|---|
| AugmentWithFunctionInfo | Injects supported functions and operators into each user prompt. |
| PromptAugmentation | Gets or sets additional instructions that modify the prompt before processing. |
| RetryAttemptCount | Gets or sets the number of additional attempts the AI makes to regenerate an expression if the previous result is invalid. |
| Temperature | Gets or sets the balance between creativity and consistency in AI responses. |
See Also