Expand description
Tool wrappers for pr_comments using agentic-tools-core.
Each tool delegates to the corresponding method on PrComments.
Structs§
- AddComment
Reply Input - Input for
add_comment_replytool. - AddComment
Reply Tool - Tool for replying to a PR review comment.
- GetComments
Input - Input for
get_commentstool. - GetComments
Tool - Tool for fetching PR review comments with pagination.
- List
PrsInput - Input for
list_prstool. - List
PrsTool - Tool for listing pull requests in the repository.
Functions§
- build_
registry - Build a
ToolRegistrycontaining allpr_commentstools.