Confirmation
Issue body
Many "openai-compatible" model providers don't support the name field in message.
e.g, https://console.groq.com/docs/openai
Add include_name_in_message parameter to BaseOpenAIChatCompletionClient, and add to BaseOpenAIClientConfiguration. Default should be True.
For model APIs that don't support this field, we document in the usage guide about this option so they can make the model client work with those model APIs.
Confirmation
Issue body
Many "openai-compatible" model providers don't support the
namefield in message.e.g, https://console.groq.com/docs/openai
Add
include_name_in_messageparameter toBaseOpenAIChatCompletionClient, and add toBaseOpenAIClientConfiguration. Default should beTrue.For model APIs that don't support this field, we document in the usage guide about this option so they can make the model client work with those model APIs.