We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
markwallace-microsoft
Successfully merging a pull request may close this issue.
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: