microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
415 stars 182 forks source link

[C#] Update `OpenAIModelFactory.cs` to use constructors instead of deserializing json #1910

Open singhk97 opened 2 months ago

singhk97 commented 2 months ago

Requirements

Context Up until v2.0.0-beta.8 some classes didn't allow setters on properties that needed to be mocked so I had to deserialize json strings.

manojks1999 commented 1 month ago

@singhk97 ,

Can I work on this issue ?