Skip to content

feat(chat): create tabs for 'Configure toolsets' (Issue #4134) #4168

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

Open
wants to merge 9 commits into
base: development
Choose a base branch
from

Conversation

Derikyan
Copy link
Contributor

@Derikyan Derikyan commented Jun 23, 2025

Description:

Need to create tabs for "Configure toolsets"

Issues:

UI changes

Before:
Снимок экрана 2025-06-23 в 17 48 41

After:
Снимок экрана 2025-06-23 в 17 48 56
Снимок экрана 2025-06-23 в 17 49 05

Checklist:

  • the pull request name complies with Conventional Commits
  • the pull request name starts with fix(<scope>):, feat(<scope>):, feature(<scope>):, chore(<scope>):, hotfix(<scope>): or e2e(<scope>):. If contains breaking changes then the pull request name must start with fix(<scope>)!:, feat(<scope>)!:, feature(<scope>)!:, chore(<scope>)!:, hotfix(<scope>)!: or e2e(<scope>)!: where <scope> is name of affected project: chat, chat-e2e, overlay, shared, sandbox-overlay, etc.
  • the pull request name ends with (Issue #<TICKET_ID>) (comma-separated list of issues)
  • I confirm that do not share any confidential information like API keys or any other secrets and private URLs

@Derikyan Derikyan self-assigned this Jun 23, 2025
@Derikyan Derikyan added the enhancement New feature or request label Jun 23, 2025
@Derikyan
Copy link
Contributor Author

Derikyan commented Jun 23, 2025

/deploy-review

Environment: review-environment | pipeline
Overlay E2E tests status: success
Chat E2E tests status: success

@Derikyan
Copy link
Contributor Author

Derikyan commented Jun 25, 2025

/deploy-review

Environment: review-environment | pipeline
Overlay E2E tests status: success
Chat E2E tests status: failed

@Derikyan
Copy link
Contributor Author

Derikyan commented Jun 25, 2025

/deploy-review

Environment: review-environment | pipeline
Overlay E2E tests status: success
Chat E2E tests status: success

@@ -134,3 +134,8 @@ export enum ApplicationType {
CUSTOM_APP = 'custom app',
CODE_APP = 'code app',
}

export enum Toolsets {
Toolset = 'toolset',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nice use such term webApiToolset everywhere instead of toolset

Suggested change
Toolset = 'toolset',
WebApiToolset = 'toolset',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants