-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codesk team issueA tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Description
Today, the 'Content' property of the 'ChatMessageContent' class serves as a shortcut for the first item of the TextContent type. This can be confusing for consumer code, in cases where a message contains multiple items of the TextContent type.
The proposal here is to mark the 'Content' property as obsolete and eventually removing it after providing consumers with sufficient time to migrate to using the Items collection.
More details - #5088 (comment)
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codesk team issueA tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Type
Projects
Status
Sprint: Done