You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation and Context
Closes#9342
### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
---------
Co-authored-by: SergeyMenshykh <[email protected]>
AOT tests for the following methods should be added to the SemanticKernel.AotTests project:
TextSearchExtensions - test that function parameters and return type schema are generated and have the expected shape:
TextSearchKernelBuilderExtensions - test that TRecord public properties are not trimmed, and the API can access them:
TextSearchServiceCollectionExtensions - test that TRecord public properties are not trimmed, and the API can access them:
The text was updated successfully, but these errors were encountered: