SearchModelFactory.McpServerOutputParsingSplitParameters Method
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.
Parameters for split output parsing.
public static Azure.Search.Documents.Indexes.Models.McpServerOutputParsingSplitParameters McpServerOutputParsingSplitParameters(Azure.Search.Documents.Indexes.Models.TextSplitMode? textSplitMode = default, int? maximumPageLength = default, int? pageOverlapLength = default, int? maximumPagesToTake = default, Azure.Search.Documents.Indexes.Models.SplitSkillLanguage? defaultLanguageCode = default);
static member McpServerOutputParsingSplitParameters : Nullable<Azure.Search.Documents.Indexes.Models.TextSplitMode> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Azure.Search.Documents.Indexes.Models.SplitSkillLanguage> -> Azure.Search.Documents.Indexes.Models.McpServerOutputParsingSplitParameters
Public Shared Function McpServerOutputParsingSplitParameters (Optional textSplitMode As Nullable(Of TextSplitMode) = Nothing, Optional maximumPageLength As Nullable(Of Integer) = Nothing, Optional pageOverlapLength As Nullable(Of Integer) = Nothing, Optional maximumPagesToTake As Nullable(Of Integer) = Nothing, Optional defaultLanguageCode As Nullable(Of SplitSkillLanguage) = Nothing) As McpServerOutputParsingSplitParameters
Parameters
- textSplitMode
- Nullable<TextSplitMode>
The text split mode to use.
- defaultLanguageCode
- Nullable<SplitSkillLanguage>
A value indicating which language code to use. Default is en.
Returns
A new McpServerOutputParsingSplitParameters instance for mocking.