Jerome Tremblay
Jerome Tremblay
### Motivation and Context This PR simplifies `@sk_*` decorators while porting the core TextSkill ### Description This PR is a first step at adapting the python codebase to be more...
### Motivation and Context Fixes formatting issue to make Lint github workflow passes. ### Description Contains only reformatting changes. ### Contribution Checklist - [x] The code builds clean without any...
### Motivation and Context Porting the text partitioning module to python (Reopening of PR #427 ) ### Description - This is adding the Text partitioning module in `semantic_kernel/semantic_functions/semantic_text_partitioner.py` and the...
### Motivation and Context HttpSkill python version ### Description - Porting the HttpSkill from C# to Python. - Adding corresponding unit tests. ### Contribution Checklist - [x] The code builds...
### Motivation and Context This is a python implementation of the KernelHttpServer. Trying to replicate the same functionalities the C# version offers. see: #851 ### Description Implementation of the KernelHttpServer...