ChatMessage
- remove deprecated function
role and ChatMessage.from_function
#8653
Milestone
ChatMessage
- remove deprecated function
role and ChatMessage.from_function
#8653
The
function
role (introduced in the OpenAI API) is now considered legacy.tool
should be used instead.In Haystack 2.9.0, the
function
role will be deprecated, along with the class methodChatMessage.from_function
. (see #8640)In Haystack 2.10.0, we should remove them.
The text was updated successfully, but these errors were encountered: