Escape markdown in tools' ui_text
(#27502)
Escape markdown in tools' `ui_text` <img width="628" alt="Screenshot 2025-03-26 at 10 43 23 AM" src="https://github.com/user-attachments/assets/bb694821-aae7-4ccf-a35a-a3317b0222d5" /> Release Notes: - N/A
This commit is contained in:
parent
82b0881dcb
commit
9eacac62a9
11 changed files with 108 additions and 86 deletions
|
@ -33,10 +33,10 @@ pub struct FindReplaceFileToolInput {
|
|||
/// </example>
|
||||
pub path: PathBuf,
|
||||
|
||||
/// A user-friendly description of what's being replaced. This will be shown in the UI.
|
||||
/// A user-friendly markdown description of what's being replaced. This will be shown in the UI.
|
||||
///
|
||||
/// <example>Fix API endpoint URLs</example>
|
||||
/// <example>Update copyright year</example>
|
||||
/// <example>Update copyright year in `page_footer`</example>
|
||||
pub display_description: String,
|
||||
|
||||
/// The unique string to find in the file. This string cannot be empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue