semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: fix class type

Open yanzhang100 opened this issue 1 year ago • 4 comments

Motivation and Context

It should be "ChatMessageContent" type instead of "FunctionCallContent" type.

Description

Contribution Checklist

yanzhang100 avatar May 10 '24 15:05 yanzhang100

@microsoft-github-policy-service agree [company="{your company}"]

@microsoft-github-policy-service agree company="Microsoft"

yanzhang100 avatar May 10 '24 22:05 yanzhang100

Py3.10 Test Coverage

Python 3.10 Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL569290484% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python 3.10 Unit Test Overview

Tests Skipped Failures Errors Time
1288 1 :zzz: 0 :x: 0 :fire: 13.916s :stopwatch:

markwallace-microsoft avatar May 14 '24 14:05 markwallace-microsoft

@yanzhang100 can you please fix the formatting (Ruff) error and push the code upstream? Thanks.

moonbox3 avatar May 14 '24 14:05 moonbox3

@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

yanzhang100 avatar May 15 '24 19:05 yanzhang100