Python: fix class type
Motivation and Context
It should be "ChatMessageContent" type instead of "FunctionCallContent" type.
Description
Contribution Checklist
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the SK Contribution Guidelines and the pre-submission formatting script raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone :smile:
@microsoft-github-policy-service agree [company="{your company}"]
@microsoft-github-policy-service agree company="Microsoft"
Python 3.10 Test Coverage Report •
report-only-changed-files is enabled. No files were changed during this commit :)File Stmts Miss Cover Missing TOTAL 5692 904 84%
Python 3.10 Unit Test Overview
| Tests | Skipped | Failures | Errors | Time |
|---|---|---|---|---|
| 1288 | 1 :zzz: | 0 :x: | 0 :fire: | 13.916s :stopwatch: |
@yanzhang100 can you please fix the formatting (Ruff) error and push the code upstream? Thanks.
@yanzhang100 can you please fix the formatting (Ruff) error and push the code upstream? Thanks. Fixed the formatting issue. But it shows another issue - Failed Python Test Coverage. Would you please suggest how to fix this? @moonbox3