Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C#] fix: Calls to OpenAI trace logs format is malformed. (#1141)
## Linked issues closes: #1140 ## Details This is how the OpenAI call trace logs are currently formatted: ![Image](https://github.com/microsoft/teams-ai/assets/115390646/69b0750f-dbfe-4367-af2f-385b012c79ff) This is how it should be: ![Image](https://github.com/microsoft/teams-ai/assets/115390646/895d2cc2-33e9-4504-bc16-2fc610e8cf19) ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (we use [TypeDoc](https://typedoc.org/) to document our code) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes ### Additional information > Feel free to add other relevant information below
- Loading branch information