get_remaining_result
Retrieve remaining GitHub code search results by continuing from a start pointer, following the included instructions to collect all repository and file data.
Instructions
GET_REMAINING_RESULT
INTRODUCTION
This is a tools to get the remaining data searched by gas_search_code.
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 also use memory, sequential-thinking, structured-argumentation to help solving problems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_id | No | start pointer for return the remaining result default('0') | 0 |