Files
sim/tools/github/index.ts

8 lines
236 B
TypeScript

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