Skip to content

.Net - Updated Open AI Assistant Model Serialization#5102

Merged
crickman merged 3 commits intomainfrom
fix_assistantmodels
Feb 21, 2024
Merged

.Net - Updated Open AI Assistant Model Serialization#5102
crickman merged 3 commits intomainfrom
fix_assistantmodels

Conversation

@crickman
Copy link
Contributor

Motivation and Context

Certain model properties not serializing properly due to definition alignment.

Description

Agent === Assistant when dealing with Open AI models.

Contribution Checklist

@crickman crickman added bug Something isn't working PR: ready for review All feedback addressed, ready for reviews kernel Issues or pull requests impacting the core kernel experimental Associated with an experimental feature agents labels Feb 21, 2024
@crickman crickman self-assigned this Feb 21, 2024
@crickman crickman requested a review from a team as a code owner February 21, 2024 04:40
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code and removed kernel Issues or pull requests impacting the core kernel labels Feb 21, 2024
@crickman crickman added this pull request to the merge queue Feb 21, 2024
Merged via the queue into main with commit 1f731ca Feb 21, 2024
@crickman crickman deleted the fix_assistantmodels branch February 21, 2024 17:06
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Certain model properties not serializing properly due to definition
alignment.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

`Agent === Assistant` when dealing with Open AI models.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] 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
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
Bryan-Roe pushed a commit to Bryan-Roe-ai/semantic-kernel that referenced this pull request Oct 6, 2024
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Certain model properties not serializing properly due to definition
alignment.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

`Agent === Assistant` when dealing with Open AI models.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] 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
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents bug Something isn't working experimental Associated with an experimental feature .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants