-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[agent builder] renaming #234883
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
[agent builder] renaming #234883
Conversation
|
/ci |
jedrazb
left a comment
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.
LGTM, You missed renaming apis in our readme
| export const ONECHAT_TITLE = 'Chat'; | ||
| export const ONECHAT_APP_ID = 'agent_builder'; | ||
| export const ONECHAT_PATH = '/app/agent_builder'; | ||
| export const ONECHAT_TITLE = 'Agent Builder'; |
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.
i18n? this will be used for rendering labels in some parts of UI
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.
Yeah, now is the right time to do it 👍
| { | ||
| link: { navId: 'agent_builder' }, | ||
| breadcrumbs: ['Conversations'], | ||
| link: { deepLinkId: 'agent_builder' }, |
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.
this needs to be navId so it can click the parent item. which isn't a deep link.
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
|
## Summary Part of elastic/search-team#10961 (sibling of elastic#234304) --------- Co-authored-by: kibanamachine <[email protected]>
## Summary Part of elastic/search-team#10961 (sibling of elastic#234304) --------- Co-authored-by: kibanamachine <[email protected]>
## Summary Part of elastic/search-team#10961 (sibling of #234304) --------- Co-authored-by: kibanamachine <[email protected]>
Summary
Part of https://github.com/elastic/search-team/issues/10961
(sibling of #234304)