#using the optional ’name’ for chat completions
3 messages · Page 1 of 1 (latest)
The name is a param of messages. It is part of the messages itself. So in the example:
messages = [{
"role": "assistant", "content": "How can I help you?", "name": "ChatBot"}]```
Sorry if formatting sucks, I'm on mobile.