RequestOptions Properties
Implements common configuration options for text-based requests.| Name | Description |
|---|---|
| Context | Gets or sets the context that guides the AI model in generating relevant responses. |
| MaxTokens | Gets or sets the maximum number of tokens that can be processed by a model request. |
| PromptAugmentation | Gets or sets additional instructions that modify the prompt before processing. |
| Temperature | Gets or sets the balance between creativity and consistency in AI responses. |
See Also