CustomRequestBehavior Constructors
Allows users to interact with an AI-powered assistant directly within your application.| Name | Parameters | Description |
|---|---|---|
| CustomRequestBehavior(Type, Nullable<Single>, String, TextRetrievalMode) | behaviorSourceType, temperature, promptAugmentation, textRetrievalMode | Initializes a new instance of the CustomRequestBehavior class with specified settings. |
See Also