{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":607289185,"defaultBranch":"main","name":"semantic-kernel","ownerLogin":"microsoft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-27T17:39:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6154722?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720219471.0","currentOid":""},"activityList":{"items":[{"before":"9b506cb31d50f7124d821b263441cf4d7ad8f61e","after":"f240d2712e23f1311b23f203f8ff6a9f11d34b66","ref":"refs/heads/feature_agents_openai","pushedAt":"2024-07-05T23:45:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Check point w/ more samples","shortMessageHtmlLink":"Check point w/ more samples"}},{"before":null,"after":"5a0b7ad73c68b67654a3aa8a207ffafb69d24f96","ref":"refs/heads/dependabot/pip/python/certifi-2024.7.4","pushedAt":"2024-07-05T22:44:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump certifi from 2024.2.2 to 2024.7.4 in /python\n\nBumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.\n- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04)\n\n---\nupdated-dependencies:\n- dependency-name: certifi\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump certifi from 2024.2.2 to 2024.7.4 in /python"}},{"before":"5779b7d3be4b38ec65d805313cce32cd9af19516","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T22:41:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"a0a753abe9dae502866d7c5e2fb263f2881ce4cc","after":"5779b7d3be4b38ec65d805313cce32cd9af19516","ref":"refs/heads/main","pushedAt":"2024-07-05T22:41:26.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Python: Verify local models in Ollama and LM Studio are compatible with the OpenAI connector (#6973)\n\n### Motivation and Context\n\n\nRelated to https://github.com/microsoft/semantic-kernel/issues/6498\n\nThe use of local models presents a twofold benefit for developers:\nincreased flexibility and reduced costs. Ollama and LM Studio are two\nwell-known platforms that facilitate the hosting of models locally, both\nof which offer compatibility with OpenAI endpoints. As such, it is\nimperative that our OpenAI connector functions correctly when users are\noperating models on these platforms.\n\n### Description\n\n\n1. Verify that our OpenAI connector works as expected with models hosted\nlocally using Ollama and LM Studio.\n2. Create three new samples (Ollama/chat, LM Studio/chat, LM\nStudio/Embedding) under `/concepts/local_models` to show how to using\nlocal models with the OpenAI connector.\n3. Fix a bug in `test_sample_utils.py` where if a test case is retried\nand input was never reset.\n\n### Contribution Checklist\n\n\n\n- [ ] The code builds clean without any errors or warnings\n- [ ] The PR follows the [SK Contribution\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\nand the [pre-submission formatting\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\nraises no violations\n- [ ] All unit tests pass, and I have added new tests where possible\n- [ ] I didn't break anyone :smile:","shortMessageHtmlLink":"Python: Verify local models in Ollama and LM Studio are compatible wi…"}},{"before":null,"after":"5779b7d3be4b38ec65d805313cce32cd9af19516","ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T22:26:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Python: Verify local models in Ollama and LM Studio are compatible with the OpenAI connector (#6973)\n\n### Motivation and Context\n\n\nRelated to https://github.com/microsoft/semantic-kernel/issues/6498\n\nThe use of local models presents a twofold benefit for developers:\nincreased flexibility and reduced costs. Ollama and LM Studio are two\nwell-known platforms that facilitate the hosting of models locally, both\nof which offer compatibility with OpenAI endpoints. As such, it is\nimperative that our OpenAI connector functions correctly when users are\noperating models on these platforms.\n\n### Description\n\n\n1. Verify that our OpenAI connector works as expected with models hosted\nlocally using Ollama and LM Studio.\n2. Create three new samples (Ollama/chat, LM Studio/chat, LM\nStudio/Embedding) under `/concepts/local_models` to show how to using\nlocal models with the OpenAI connector.\n3. Fix a bug in `test_sample_utils.py` where if a test case is retried\nand input was never reset.\n\n### Contribution Checklist\n\n\n\n- [ ] The code builds clean without any errors or warnings\n- [ ] The PR follows the [SK Contribution\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\nand the [pre-submission formatting\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\nraises no violations\n- [ ] All unit tests pass, and I have added new tests where possible\n- [ ] I didn't break anyone :smile:","shortMessageHtmlLink":"Python: Verify local models in Ollama and LM Studio are compatible wi…"}},{"before":"1594dd4296f667424415f32703fd9c3279653f10","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T22:06:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"1594dd4296f667424415f32703fd9c3279653f10","ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T22:03:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Python: Verify local models in Ollama and LM Studio are compatible with the OpenAI connector (#6973)\n\n### Motivation and Context\n\n\nRelated to https://github.com/microsoft/semantic-kernel/issues/6498\n\nThe use of local models presents a twofold benefit for developers:\nincreased flexibility and reduced costs. Ollama and LM Studio are two\nwell-known platforms that facilitate the hosting of models locally, both\nof which offer compatibility with OpenAI endpoints. As such, it is\nimperative that our OpenAI connector functions correctly when users are\noperating models on these platforms.\n\n### Description\n\n\n1. Verify that our OpenAI connector works as expected with models hosted\nlocally using Ollama and LM Studio.\n2. Create three new samples (Ollama/chat, LM Studio/chat, LM\nStudio/Embedding) under `/concepts/local_models` to show how to using\nlocal models with the OpenAI connector.\n3. Fix a bug in `test_sample_utils.py` where if a test case is retried\nand input was never reset.\n\n### Contribution Checklist\n\n\n\n- [ ] The code builds clean without any errors or warnings\n- [ ] The PR follows the [SK Contribution\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\nand the [pre-submission formatting\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\nraises no violations\n- [ ] All unit tests pass, and I have added new tests where possible\n- [ ] I didn't break anyone :smile:","shortMessageHtmlLink":"Python: Verify local models in Ollama and LM Studio are compatible wi…"}},{"before":"6442b3c8b75951ab7baa197336a219226c685e13","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T21:07:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"6442b3c8b75951ab7baa197336a219226c685e13","ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T20:50:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Python: Verify local models in Ollama and LM Studio are compatible with the OpenAI connector (#6973)\n\n### Motivation and Context\n\n\nRelated to https://github.com/microsoft/semantic-kernel/issues/6498\n\nThe use of local models presents a twofold benefit for developers:\nincreased flexibility and reduced costs. Ollama and LM Studio are two\nwell-known platforms that facilitate the hosting of models locally, both\nof which offer compatibility with OpenAI endpoints. As such, it is\nimperative that our OpenAI connector functions correctly when users are\noperating models on these platforms.\n\n### Description\n\n\n1. Verify that our OpenAI connector works as expected with models hosted\nlocally using Ollama and LM Studio.\n2. Create three new samples (Ollama/chat, LM Studio/chat, LM\nStudio/Embedding) under `/concepts/local_models` to show how to using\nlocal models with the OpenAI connector.\n3. Fix a bug in `test_sample_utils.py` where if a test case is retried\nand input was never reset.\n\n### Contribution Checklist\n\n\n\n- [ ] The code builds clean without any errors or warnings\n- [ ] The PR follows the [SK Contribution\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\nand the [pre-submission formatting\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\nraises no violations\n- [ ] All unit tests pass, and I have added new tests where possible\n- [ ] I didn't break anyone :smile:","shortMessageHtmlLink":"Python: Verify local models in Ollama and LM Studio are compatible wi…"}},{"before":"7c61023f5fc65d0fcfc2e52688f17ebf91957c0f","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T20:41:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"7c61023f5fc65d0fcfc2e52688f17ebf91957c0f","ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T20:31:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Python: Verify local models in Ollama and LM Studio are compatible with the OpenAI connector (#6973)\n\n### Motivation and Context\n\n\nRelated to https://github.com/microsoft/semantic-kernel/issues/6498\n\nThe use of local models presents a twofold benefit for developers:\nincreased flexibility and reduced costs. Ollama and LM Studio are two\nwell-known platforms that facilitate the hosting of models locally, both\nof which offer compatibility with OpenAI endpoints. As such, it is\nimperative that our OpenAI connector functions correctly when users are\noperating models on these platforms.\n\n### Description\n\n\n1. Verify that our OpenAI connector works as expected with models hosted\nlocally using Ollama and LM Studio.\n2. Create three new samples (Ollama/chat, LM Studio/chat, LM\nStudio/Embedding) under `/concepts/local_models` to show how to using\nlocal models with the OpenAI connector.\n3. Fix a bug in `test_sample_utils.py` where if a test case is retried\nand input was never reset.\n\n### Contribution Checklist\n\n\n\n- [ ] The code builds clean without any errors or warnings\n- [ ] The PR follows the [SK Contribution\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\nand the [pre-submission formatting\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\nraises no violations\n- [ ] All unit tests pass, and I have added new tests where possible\n- [ ] I didn't break anyone :smile:","shortMessageHtmlLink":"Python: Verify local models in Ollama and LM Studio are compatible wi…"}},{"before":"9da6154babec19a45645e86cb937ba712ac52d1a","after":"9b506cb31d50f7124d821b263441cf4d7ad8f61e","ref":"refs/heads/feature_agents_openai","pushedAt":"2024-07-05T18:55:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Integration test update","shortMessageHtmlLink":"Integration test update"}},{"before":"348cc9b9349487a125f6675e520a30b09944fa0f","after":"9da6154babec19a45645e86cb937ba712ac52d1a","ref":"refs/heads/feature_agents_openai","pushedAt":"2024-07-05T18:50:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Checkpoint","shortMessageHtmlLink":"Checkpoint"}},{"before":"88d7ecb3c1c7fb72e25bb3c3acef8cd458abe6c9","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T18:17:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"3d21dda0c26af4aeb6d7864f6712b8266a8061e0","after":"969e5f3b6ada4d327fc407fd07353e5f882d7cc8","ref":"refs/heads/adr_agent_serialization","pushedAt":"2024-07-05T18:04:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Merge branch 'main' into adr_agent_serialization","shortMessageHtmlLink":"Merge branch 'main' into adr_agent_serialization"}},{"before":"757c1e7251a924286169b4fe8853b85ba35e7c2f","after":"004420f8ba9f074fe5f550c28953185fd877125e","ref":"refs/heads/feature_agent_loggingmethods","pushedAt":"2024-07-05T18:04:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Merge branch 'main' into feature_agent_loggingmethods","shortMessageHtmlLink":"Merge branch 'main' into feature_agent_loggingmethods"}},{"before":null,"after":"88d7ecb3c1c7fb72e25bb3c3acef8cd458abe6c9","ref":"refs/heads/gh-readonly-queue/main/pr-6973-a0a753abe9dae502866d7c5e2fb263f2881ce4cc","pushedAt":"2024-07-05T17:54:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Python: Verify local models in Ollama and LM Studio are compatible with the OpenAI connector (#6973)\n\n### Motivation and Context\n\n\nRelated to https://github.com/microsoft/semantic-kernel/issues/6498\n\nThe use of local models presents a twofold benefit for developers:\nincreased flexibility and reduced costs. Ollama and LM Studio are two\nwell-known platforms that facilitate the hosting of models locally, both\nof which offer compatibility with OpenAI endpoints. As such, it is\nimperative that our OpenAI connector functions correctly when users are\noperating models on these platforms.\n\n### Description\n\n\n1. Verify that our OpenAI connector works as expected with models hosted\nlocally using Ollama and LM Studio.\n2. Create three new samples (Ollama/chat, LM Studio/chat, LM\nStudio/Embedding) under `/concepts/local_models` to show how to using\nlocal models with the OpenAI connector.\n3. Fix a bug in `test_sample_utils.py` where if a test case is retried\nand input was never reset.\n\n### Contribution Checklist\n\n\n\n- [ ] The code builds clean without any errors or warnings\n- [ ] The PR follows the [SK Contribution\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\nand the [pre-submission formatting\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\nraises no violations\n- [ ] All unit tests pass, and I have added new tests where possible\n- [ ] I didn't break anyone :smile:","shortMessageHtmlLink":"Python: Verify local models in Ollama and LM Studio are compatible wi…"}},{"before":"ba1df519480dca83e1d6b1c7cf67e744570cf906","after":"b458a741c0d03adb63d2689a548830acc52a0af1","ref":"refs/heads/feature-connectors-openai","pushedAt":"2024-07-05T17:51:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SergeyMenshykh","name":null,"path":"/SergeyMenshykh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68852919?s=80&v=4"},"commit":{"message":".Net: Migrate AzureOpenAITextToAudioService to Azure.AI.OpenAI SDK v2 (#7102)\n\n### Motivation and Context\r\nThis PR migrates AzureOpenAITextToAudioService to Azure.AI.OpenAI SDK\r\nv2.\r\n\r\n### Description\r\n1. The new `AzureOpenAITextToAudioExecutionSettings` class is added to\r\nrepresent prompt execution settings for `AzureOpenAITextToAudioService`.\r\nBoth `AzureOpenAITextToAudioService` classes that SK has today use the\r\nsame prompt execution settings class -\r\n[OpenAITextToAudioExecutionSettings](https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/Connectors/Connectors.OpenAI/TextToAudio/OpenAITextToAudioExecutionSettings.cs).\r\nThis is a breaking change that is tracked in the issue -\r\nhttps://github.com/microsoft/semantic-kernel/issues/7053, and it will be\r\ndecided later whether to proceed with the change or roll it back.\r\n2. The `ClientCore.TextToAudio.cs` class is refactored to use the new\r\n`AzureOpenAITextToAudioExecutionSettings` class.\r\n3. The `ClientCore.TextToAudio.cs` class is refactored to decide which\r\nmodel id to use - the one from the prompt execution setting, the one\r\nsupplied when registering the connector, or to use the deployment name\r\nif no model id is provided. This is done for backward compatibility with\r\nthe existing `AzureOpenAITextToAudioService`.\r\nhttps://github.com/microsoft/semantic-kernel/issues/7104\r\n4. Service collection and kernel builder extension methods are added to\r\nregister the service in the DI container.\r\n5. Unit and integration tests are added as well.","shortMessageHtmlLink":".Net: Migrate AzureOpenAITextToAudioService to Azure.AI.OpenAI SDK v2 ("}},{"before":"2393165aeee427863cc3f2429f85e2ea344fd2a5","after":null,"ref":"refs/heads/bug_serializeable_typo","pushedAt":"2024-07-05T17:44:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"}},{"before":"a0a753abe9dae502866d7c5e2fb263f2881ce4cc","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-7113-c8fa30bffe782b779a665d06f9fb17fd6594f8bc","pushedAt":"2024-07-05T17:44:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"c8fa30bffe782b779a665d06f9fb17fd6594f8bc","after":"a0a753abe9dae502866d7c5e2fb263f2881ce4cc","ref":"refs/heads/main","pushedAt":"2024-07-05T17:44:23.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"ADR Bug - Fixed typo in ADR (#7113)\n\n### Motivation and Context\n\n\nAll builds failing due to spellcheck violation: **serializeable** =>\n**serializable**\n\n### Description\n\n\nChanged three instances of **serializeable** to **serializable**\n\n### Contribution Checklist\n\n\n\n- [X] The code builds clean without any errors or warnings\n- [X] The PR follows the [SK Contribution\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\nand the [pre-submission formatting\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\nraises no violations\n- [X] All unit tests pass, and I have added new tests where possible\n- [X] I didn't break anyone :smile:","shortMessageHtmlLink":"ADR Bug - Fixed typo in ADR (#7113)"}},{"before":"efed79b1ee752c87cdae251384b28f89ec00e001","after":"348cc9b9349487a125f6675e520a30b09944fa0f","ref":"refs/heads/feature_agents_openai","pushedAt":"2024-07-05T17:40:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Checkpoint","shortMessageHtmlLink":"Checkpoint"}},{"before":null,"after":"a0a753abe9dae502866d7c5e2fb263f2881ce4cc","ref":"refs/heads/gh-readonly-queue/main/pr-7113-c8fa30bffe782b779a665d06f9fb17fd6594f8bc","pushedAt":"2024-07-05T17:39:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"ADR Bug - Fixed typo in ADR (#7113)\n\n### Motivation and Context\n\n\nAll builds failing due to spellcheck violation: **serializeable** =>\n**serializable**\n\n### Description\n\n\nChanged three instances of **serializeable** to **serializable**\n\n### Contribution Checklist\n\n\n\n- [X] The code builds clean without any errors or warnings\n- [X] The PR follows the [SK Contribution\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\nand the [pre-submission formatting\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\nraises no violations\n- [X] All unit tests pass, and I have added new tests where possible\n- [X] I didn't break anyone :smile:","shortMessageHtmlLink":"ADR Bug - Fixed typo in ADR (#7113)"}},{"before":null,"after":"2393165aeee427863cc3f2429f85e2ea344fd2a5","ref":"refs/heads/bug_serializeable_typo","pushedAt":"2024-07-05T17:25:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Fixed typo","shortMessageHtmlLink":"Fixed typo"}},{"before":"9048713937b71536fa8ddc12f888a3f91fec4ba8","after":"757c1e7251a924286169b4fe8853b85ba35e7c2f","ref":"refs/heads/feature_agent_loggingmethods","pushedAt":"2024-07-05T17:21:04.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Merge branch 'main' into feature_agent_loggingmethods","shortMessageHtmlLink":"Merge branch 'main' into feature_agent_loggingmethods"}},{"before":"9a2ca5f41d85cffe462f79cf7e014359a07698d9","after":"3d21dda0c26af4aeb6d7864f6712b8266a8061e0","ref":"refs/heads/adr_agent_serialization","pushedAt":"2024-07-05T17:21:01.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"crickman","name":"Chris","path":"/crickman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66376200?s=80&v=4"},"commit":{"message":"Merge branch 'main' into adr_agent_serialization","shortMessageHtmlLink":"Merge branch 'main' into adr_agent_serialization"}},{"before":"5eefea7e0f9d8199e9eeac331f2d88894263ec1f","after":"ba1df519480dca83e1d6b1c7cf67e744570cf906","ref":"refs/heads/feature-connectors-openai","pushedAt":"2024-07-05T17:19:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SergeyMenshykh","name":null,"path":"/SergeyMenshykh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68852919?s=80&v=4"},"commit":{"message":".Net: Prepare AzureOpenAIAudioToTextService for migration to the Azure.AI.OpenAI SDK V2 (#7112)\n\n### Motivation, Context, and Description\r\nThis PR copies existing AzureOpenAIAudioToTextService-related classes to\r\nthe new Connectors.AzureOpenAI project as they are, with only the\r\nnamespaces changed. The classes are temporarily excluded from the\r\ncompilation process and will be included again in a follow-up PR. This\r\nis done to simplify the review process of the next PR.","shortMessageHtmlLink":".Net: Prepare AzureOpenAIAudioToTextService for migration to the Azur…"}},{"before":"5220ff5b89e1ebad00ca0e0fb2714a952a4e1f41","after":"8b8f2e33d1b1f0da17840e380f2101e5b5d74a61","ref":"refs/heads/feature-memory-service","pushedAt":"2024-07-05T13:40:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"westey-m","name":"westey","path":"/westey-m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/164392973?s=80&v=4"},"commit":{"message":".Net: VectorStore: Moving all vector store interfaces to data folder and namespace. (#7081)\n\n### Motivation and Context\r\n\r\nWe agreed to put all vector store core code in the\r\nMicrosoft.SementicKernel.Data namespace, so moving all abstractions into\r\nthis folder structure and namespace.\r\n\r\n### Contribution Checklist\r\n\r\n\r\n\r\n- [x] The code builds clean without any errors or warnings\r\n- [x] The PR follows the [SK Contribution\r\nGuidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)\r\nand the [pre-submission formatting\r\nscript](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)\r\nraises no violations\r\n- [x] All unit tests pass, and I have added new tests where possible\r\n- [x] I didn't break anyone :smile:","shortMessageHtmlLink":".Net: VectorStore: Moving all vector store interfaces to data folder …"}},{"before":"6d7434ffe43369d69887a0123134e9ca9dbbdb7a","after":"5eefea7e0f9d8199e9eeac331f2d88894263ec1f","ref":"refs/heads/feature-connectors-openai","pushedAt":"2024-07-05T13:35:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SergeyMenshykh","name":null,"path":"/SergeyMenshykh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68852919?s=80&v=4"},"commit":{"message":".Net: Clean-up (#7107)\n\n### Motivation and Context\r\nA few cosmetic improvements were identified while migrating\r\n{Azure}OpenAI services to Azure.AI.OpenAI SDK v2. This PR implements\r\nthose improvements.","shortMessageHtmlLink":".Net: Clean-up (#7107)"}},{"before":"965fe63a25ef61d9582b718202ba215152bb2080","after":"6d7434ffe43369d69887a0123134e9ca9dbbdb7a","ref":"refs/heads/feature-connectors-openai","pushedAt":"2024-07-05T12:01:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SergeyMenshykh","name":null,"path":"/SergeyMenshykh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68852919?s=80&v=4"},"commit":{"message":".Net: Migrate AzureOpenAITextToImageService to Azure.AI.OpenAI SDK v2 (#7097)\n\n### Motivation, Context, and Description\r\nThis PR adds service collection and kernel builder extension methods\r\nthat register the newly added `AzureOpenAITextToImageService`. The\r\nmethod signatures remain the same as the current extension methods,\r\nexcept for those that had an `OpenAIClient` parameter, whose name has\r\nbeen changed from `openAIClient` to `azureOpenAIClient` and whose type\r\nhas been changed to `AzureOpenAIClient`. The breaking change is tracked\r\nin this issue: https://github.com/microsoft/semantic-kernel/issues/7053.\r\n\r\nAdditionally, this PR adds unit tests for the extension methods and\r\nintegration tests for the service.","shortMessageHtmlLink":".Net: Migrate AzureOpenAITextToImageService to Azure.AI.OpenAI SDK v2 ("}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEeCwyqAA","startCursor":null,"endCursor":null}},"title":"Activity · microsoft/semantic-kernel"}