Mark Wallace
Mark Wallace
Python 3.10 Test Coverage Report • FileStmtsMissCoverMissingsemantic_kernel/template_engine/blocks code_block.py70199%130 var_block.py37295%79–80TOTAL568890284% ## Python 3.10 Unit Test Overview | Tests | Skipped | Failures | Errors | Time | | ----- | -------...
Python 3.10 Test Coverage Report • FileStmtsMissCoverMissingsemantic_kernel/connectors/ai/open_ai/services open_ai_chat_completion.py23196%61TOTAL681476789% ## Python 3.10 Unit Test Overview | Tests | Skipped | Failures | Errors | Time | | ----- | ------- |...
Python 3.10 Test Coverage Report • FileStmtsMissCoverMissingsemantic_kernel/connectors/ai/open_ai/services open_ai_chat_completion_base.py1687058%100, 104, 124, 149–153, 178, 186, 188, 192, 210–215, 233–261, 264–275, 290–297, 308–316, 332–339, 360, 368, 374–377, 389–392, 423semantic_kernel/functions kernel_function_from_prompt.py154795%165–166, 180, 200, 218,...
And here: https://github.com/microsoft/semantic-kernel/discussions/10029
@feiyun0112 Two things for this PR 1. Can you add unit tests to cover the new functionality, our target is 80% code coveregae 1. Can you run `dotnet format` and...
Python 3.10 Test Coverage Report FileStmtsMissCoverMissingsemantic_kernel kernel.py157994%145, 156, 160, 200–201, 310–313, 422semantic_kernel/connectors/ai/azure_ai_inference/services azure_ai_inference_chat_completion.py149497%169, 312, 416, 430semantic_kernel/connectors/ai/embeddings embedding_generator_base.py8188%50semantic_kernel/connectors/ai/hugging_face/services hf_text_completion.py54394%95, 103, 134 hf_text_embedding.py32584%77–81semantic_kernel/connectors/openapi_plugin openapi_manager.py58297%110–111 openapi_parser.py88199%127 openapi_runner.py105298%181–182semantic_kernel/connectors/openapi_plugin/models rest_api_operation.py129199%240semantic_kernel/functions kernel_function_decorator.py98199%102 kernel_function_from_method.py96199%153 kernel_function_from_prompt.py154795%165–166, 180, 201,...
We are going to start work on the Semantic Kernel memory and search abstractions in the coming weeks. Our priority is defining a search abstraction to cover basic text search....
Apologies for the delay @emtabiraobarias, will get to this one tomorrow
Hi @emtabiraobarias many thanks for creating this PR and for your interest in the Semantic Kernel. We have had a lot of requests recently from developers who need to more...
@N-E-W-T-O-N there are still formatting errors to be addressed. Suggest you run `dotnet format` on the solution.