import { commentTool } from './comment' import { prTool } from './pr' import { repoInfoTool } from './repo' export const githubCommentTool = commentTool export const githubPrTool = prTool export const githubRepoInfoTool = repoInfoTool