Skip to content

Commit 671f209

Browse files
Update beeai/agents/tools/patch_validator.py
Co-authored-by: Tomas Tomecek <[email protected]>
1 parent fbf3539 commit 671f209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beeai/agents/tools/patch_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class PatchValidatorOutput(JSONToolOutput[PatchValidatorResult]):
2727

2828
class PatchValidatorTool(Tool[PatchValidatorInput, ToolRunOptions, PatchValidatorOutput]):
2929
name = "PatchValidator"
30-
description = """Fetches content from a URL after validating it's not an issue/bug reference and is accessible."""
30+
description = """Fetches a patch from a URL after validating it's not an issue/bug reference and is accessible."""
3131
input_schema = PatchValidatorInput
3232

3333
def __init__(self, options: dict[str, Any] | None = None) -> None:

0 commit comments

Comments
 (0)