-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
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
feat(playground): rudimentary graphql support for messages input #4907
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing jumps out at me in the code, looks good.
No errors during runtime in browser console or terminal 👍🏽
> | ||
<Item key="system">System</Item> | ||
<Item key="user">User</Item> | ||
<Item key="assistant">Assistant</Item> | ||
<Item key="ai">ai</Item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalization? Or do we prefer it stylized as lowercase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call
* feat(playground): Chat message with role * feat(playground): pass in messages and roles * Update app/src/pages/playground/MessageRolePicker.tsx
* feat(playground): Chat message with role * feat(playground): pass in messages and roles * Update app/src/pages/playground/MessageRolePicker.tsx
* feat(playground): Chat message with role * feat(playground): pass in messages and roles * Update app/src/pages/playground/MessageRolePicker.tsx
resolves 4893
Switches the input of the chat completion message to be a list of messages with roles.
Screen.Recording.2024-10-07.at.5.37.04.PM.mov