We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf3539 commit 671f209Copy full SHA for 671f209
beeai/agents/tools/patch_validator.py
@@ -27,7 +27,7 @@ class PatchValidatorOutput(JSONToolOutput[PatchValidatorResult]):
27
28
class PatchValidatorTool(Tool[PatchValidatorInput, ToolRunOptions, PatchValidatorOutput]):
29
name = "PatchValidator"
30
- description = """Fetches content from a URL after validating it's not an issue/bug reference and is accessible."""
+ description = """Fetches a patch from a URL after validating it's not an issue/bug reference and is accessible."""
31
input_schema = PatchValidatorInput
32
33
def __init__(self, options: dict[str, Any] | None = None) -> None:
0 commit comments