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

Sweep: add a markdown util for bold using HTML tags similar to the blockquote function #3747

Closed

Conversation

sweep-nightly[bot]
Copy link
Contributor

@sweep-nightly sweep-nightly bot commented May 15, 2024

Description

This pull request introduces a new utility function to the sweepai project, specifically within the core/markdown_utils.py module. The function, named bold, is designed to wrap a given string in HTML bold tags, thereby allowing for text formatting similar to existing markdown utilities such as the blockquote function.

Summary

  • Adds a new function bold to markdown_utils.py in the sweepai/core directory.
  • The bold function takes a single str argument and returns the text wrapped in <b> HTML tags.
  • Aimed at enhancing text formatting capabilities within the sweepai project by providing a simple way to bold text using HTML tags.

Fixes #3746.


🎉 Latest improvements to Sweep:
  • New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
  • Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
  • Use the GitHub issues extension for creating Sweep issues directly from your editor.

💡 To get Sweep to edit this pull request, you can:

  • Comment below, and Sweep can edit the entire PR
  • Comment on a file, Sweep will only modify the commented file
  • Edit the original issue to get Sweep to recreate the PR from scratch

This is an automated message generated by Sweep AI.

Copy link
Contributor Author

sweep-nightly bot commented May 15, 2024

Rollback Files For Sweep

  • Rollback changes to sweepai/core/markdown_utils.py

This is an automated message generated by Sweep AI.

Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sweep-chat 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 15, 2024 6:47pm
sweep-chat-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 6:47pm
sweep-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 6:47pm

@sweep-nightly sweep-nightly bot added the sweep Assigns Sweep to an issue or pull request. label May 15, 2024
Copy link
Contributor Author

sweep-nightly bot commented May 15, 2024

Sweep: PR Review

Sweep has finished reviewing your pull request.

Reviewed Files

sweepai/core/markdown_utils.py

Summary of changes made:

A new function `bold` was added to wrap text in HTML `` tags, with a detailed docstring, but the file lacks a newline at the end.

Potential Issues


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sweep: add a markdown util for bold using HTML tags similar to the blockquote function
1 participant