ChatHistoryMemoryProviderOptions.SearchBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Behavior choices for the provider.
public enum ChatHistoryMemoryProviderOptions.SearchBehavior
type ChatHistoryMemoryProviderOptions.SearchBehavior =
Public Enum ChatHistoryMemoryProviderOptions.SearchBehavior
- Inheritance
-
ChatHistoryMemoryProviderOptions.SearchBehavior
Fields
| Name | Value | Description |
|---|---|---|
| BeforeAIInvoke | 0 | Execute search prior to each invocation and inject results as a message. |
| OnDemandFunctionCalling | 1 | Expose a function tool to perform search on-demand via function/tool calling. |