Skip to content

Conversation

@kstoev-epam
Copy link

Fixes #450150682

The user reports that the output prompt text box is too small and difficult to see due to the large size of the system instruction section in the application. This is a UI/UX issue, not a technical bug. A suggestion is to allow users to resize the text boxes. Workaround/Recommendation: Implement resizable text boxes for both the system instruction and output prompt sections.

| Map<PropertyKey, unknown>
): void {
if (this.split && changedProperties.get('split') !== this.split) {
Copy link
Author

Choose a reason for hiding this comment

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

Adding this code here is necessary, because if the direction doesn't change and only split changes the component will not re-render.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant