-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix(chat): update custom buttons view in playback, fix replay deleted model, update apps wizard (Issue #3002, #2911, #2898) #3094
base: development
Are you sure you want to change the base?
Conversation
…to fix/3002-replay-with-buttons
/deploy-review
|
1 similar comment
/deploy-review
|
/deploy-review
|
@@ -104,7 +104,9 @@ const TalkToModalView = ({ | |||
); | |||
|
|||
const sortedModels = [ | |||
...(currentModel ? [currentModel] : []), | |||
...(currentModel && installedModelIdsSet.has(currentModel.id) |
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.
current model which is used in conversation must be on first place and doesn't matter if it's installed or not
Description:
Issues:
Checklist:
fix(<scope>):
,feat(<scope>):
,feature(<scope>):
,chore(<scope>):
,hotfix(<scope>):
ore2e(<scope>):
. If contains breaking changes then the pull request name must start withfix(<scope>)!:
,feat(<scope>)!:
,feature(<scope>)!:
,chore(<scope>)!:
,hotfix(<scope>)!:
ore2e(<scope>)!:
where<scope>
is name of affected project:chat
,chat-e2e
,overlay
,shared
,sandbox-overlay
, etc.(Issue #<TICKET_ID>)
(comma-separated list of issues)