McpServerToolInclusionMode Struct
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.
Controls how parsed MCP tool results are integrated into the final result set.
public readonly struct McpServerToolInclusionMode : IEquatable<Azure.Search.Documents.Indexes.Models.McpServerToolInclusionMode>
type McpServerToolInclusionMode = struct
Public Structure McpServerToolInclusionMode
Implements IEquatable(Of McpServerToolInclusionMode)
- Inheritance
-
McpServerToolInclusionMode
- Implements
Constructors
| Name | Description |
|---|---|
| McpServerToolInclusionMode(String) |
Initializes a new instance of McpServerToolInclusionMode. |
Properties
| Name | Description |
|---|---|
| Always |
Tool results bypass reranking and are always included in the agent context. |
| Reranked |
Tool results go through the reranking and aggregation pipeline alongside results from other knowledge sources. This is the default behavior. |
Methods
| Name | Description |
|---|---|
| Equals(McpServerToolInclusionMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(McpServerToolInclusionMode, McpServerToolInclusionMode) |
Determines if two McpServerToolInclusionMode values are the same. |
| Implicit(String to McpServerToolInclusionMode) |
Converts a string to a McpServerToolInclusionMode. |
| Implicit(String to Nullable<McpServerToolInclusionMode>) | |
| Inequality(McpServerToolInclusionMode, McpServerToolInclusionMode) |
Determines if two McpServerToolInclusionMode values are not the same. |