Skip to content
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: Minor AWS Bedrock/Misc. Improvements #3974

Merged
merged 9 commits into from
Sep 10, 2024
Merged

Conversation

danny-avila
Copy link
Owner

@danny-avila danny-avila commented Sep 10, 2024

Summary

Closes #3959

  • Added a new EditTextPart component to handle editing of text content parts.
  • Updated the ContentParts component to support editing of individual parts.
  • Modified the messages API route to handle updates to specific content parts.
  • Added new types and mutation hooks for updating message content.
  • Refactored the EditMessage component to use react-hook-form for better form handling.
  • Fix useCopyToClipboard & Conversation Exports for new content block structure
  • Improved theming and styling for "Minimal" icons
  • Fixed issues with the useVoicesQuery and useCustomConfigSpeechQuery to prevent unnecessary requests.
  • Enhanced error handling and type safety throughout the changes.
  • Add artifacts feature for AWS Bedrock

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code
  • I have made pertinent documentation changes
  • My changes do not introduce new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@danny-avila danny-avila changed the title 🥃 fix: Minor AWS Bedrock/Misc. Improvements 🪨 fix: Minor AWS Bedrock/Misc. Improvements Sep 10, 2024
@danny-avila danny-avila merged commit 1a1e685 into main Sep 10, 2024
4 checks passed
@danny-avila danny-avila deleted the fix/edit-message branch September 10, 2024 16:56
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.

[Bug]: pasting into edit message breaks ctrl+z
1 participant