Skip to content

Commit 0c760ad

Browse files
authored
feat: add repo mapping (#84)
1 parent b171f3a commit 0c760ad

File tree

2 files changed

+824
-0
lines changed

2 files changed

+824
-0
lines changed

src/api/tools/index.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ describe("Tools Module", () => {
111111
description:
112112
"Fetch content from a URL. Use this to retrieve referenced documents or pages that were mentioned in previously fetched documentation.",
113113
},
114+
match_common_libs_owner_repo_mapping: {
115+
description:
116+
"Match a library name to an owner/repo. Don't use it if you have an owner and repo already. Use this first if only a library name was provided. If found - you can use owner and repo to call other tools. If not found - try to use the library name directly in other tools.",
117+
},
114118
search_generic_documentation: {
115119
description:
116120
"Semantically search in documentation for any GitHub repository by providing owner, project name, and search query. Useful for specific queries. Don't call if you already used fetch_generic_documentation on this owner and project name.",

0 commit comments

Comments
 (0)