gas_search_code
Search GitHub code by keyword and filename to retrieve matching files with content and links. Get advanced filtered results in JSON format.
Instructions
SEARCH_CODE_EXPLAIN
INTRODUCTION
This is a utilities that search github with advanced filters (e.g. keyword)
the result is in json format with below fields"
[
{
"REPOSITORY_LINK": "<repository-found>",
"FILE_LINK": "<file-found>",
"RAW_USER_CONTENT_LINK": "<download-link-to-the-file>",
"FILE_CONTENT": "<downloaded-content>"
},
{...},
{...},
{...},
{"next_instructions_md": "<contains-the-instruction-to-get-the-remaining-result>"}
]when you receive this,
please ensure you follow the next_instructions_md to collect all results.
You can use memory, sequential-thinking, structured-argumentation to help solving problems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | the keyword user interested, e.g. `helloworld()` * Please limit the keyword to one single word only (e.g. `helloworld` and not `hello word`) default('') | |
| file_name | No | the file name user interested e.g. `.clinerules` default('') |