Open
Description
- Package Name:
- @azure/search-documents
- Package Version:
- 12.25.0
- Operating system:
- macOS
- nodejs
- version:
- v20.17
- browser
- name/version:
- typescript
- version: 5.5.4
- Is the bug related to documentation in
- README.md
- source code documentation
- SDK API docs on https://learn.microsoft.com
Describe the bug
Missing pageOverlapLength
in SearchIndexerSkill
for SplitSkill
.
To Reproduce
Steps to reproduce the behavior:
- Create a new skillset of type Text.SplitSkill
- Set
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 type SplitSkill
.
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
Metadata
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that