Skip to content

.Net: Check ChatResponseMessage.FunctionToolCalls metadata compatability #7055

Description

@SergeyMenshykh

Type of ChatResponseMessage.FunctionToolCalls metadata has changed from Enumerable<ChatCompletionsFunctionToolCall> to IEnumerable<ChatToolCall>.

Check if the types are compatible from a serialization point of view. In other words, is it possible to deserialize the old type to the new one?

See the parent issue #7053 for more details.

Metadata

Metadata

Labels

.NETIssue or Pull requests regarding .NET codeai connectorAnything related to AI connectorsopenai_sdk_v2Related to the OpenAI V2 SDK upgrade

Type

No type

Projects

Status
Sprint: Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions