Update autogpt_platform/backend/backend/blocks/github/pull_requests.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Zamil Majdy
2025-07-04 02:38:48 +07:00
committed by GitHub
parent 8f317db046
commit 05d4cd3c6c

View File

@@ -34,7 +34,7 @@ class GithubListPullRequestsBlock(Block):
pull_requests: list[PRItem] = SchemaField(
description="List of pull requests with their title and URL"
)
error: str = SchemaField(description="Error message if listing issues failed")
error: str = SchemaField(description="Error message if listing pull requests failed")
def __init__(self):
super().__init__(