We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the OpenAI API, you can provide a name parameter to a message.
name
In https://platform.openai.com/docs/api-reference/chat/create:
name string Optional An optional name for the participant. Provides the model information to differentiate between participants of the same role.
name string
Optional An optional name for the participant. Provides the model information to differentiate between participants of the same role.
I understand that the role can be configured using _.role("user"). What about name?
role
_.role("user")
The text was updated successfully, but these errors were encountered:
The name parameter is not yet supported, we do support metadata for content parts like cache_control for anthropics apis.
cache_control
https://docs.boundaryml.com/guide/baml-advanced/prompt-caching-message-role-metadata
Sorry, something went wrong.
No branches or pull requests
In the OpenAI API, you can provide a
name
parameter to a message.In https://platform.openai.com/docs/api-reference/chat/create:
I understand that the
role
can be configured using_.role("user")
. What aboutname
?The text was updated successfully, but these errors were encountered: