@azure/search-documents Missing type pageOverlapLength in SplitSkill #31761
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Search
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
Missing
pageOverlapLength
inSearchIndexerSkill
forSplitSkill
.To Reproduce
Steps to reproduce the behavior:
pageOverlapLength
will be highlighted as "Object literal may only specify known properties, and 'pageOverlapLength' does not exist in type 'SplitSkill'"Expected behavior
Expect
pageOverlapLength: number
to be included in typeSplitSkill
.Screenshots
Additional context
This is available in the Python SDK, example: https://learn.microsoft.com/en-us/azure/search/tutorial-rag-build-solution-pipeline#create-a-skillset
The text was updated successfully, but these errors were encountered: