Skip to main content

Module tools

Module tools 

Source
Expand description

Tool wrappers for pr_comments using agentic-tools-core.

Each tool delegates to the corresponding method on PrComments.

Structs§

AddCommentReplyInput
Input for add_comment_reply tool.
AddCommentReplyTool
Tool for replying to a PR review comment.
GetCommentsInput
Input for get_comments tool.
GetCommentsTool
Tool for fetching PR review comments with pagination.
ListPrsInput
Input for list_prs tool.
ListPrsTool
Tool for listing pull requests in the repository.

Functions§

build_registry
Build a ToolRegistry containing all pr_comments tools.