We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_file_contents - Get contents of a file or directory
owner: Repository owner (string, required) repo: Repository name (string, required) path: File path (string, required) ref: Git reference (string, optional) begin: begin line# (number, optional) end: end line# (number, optional)
requested addition in bold
See above
This may help reduce model context consumed by parsing large files if we only want to request a subset..
The text was updated successfully, but these errors were encountered:
@kaovilai I came across this issue and would love to contribute could you please assign it to me?
Sorry, something went wrong.
I'm not a maintainer here so I cannot assign anyone.
Successfully merging a pull request may close this issue.
Describe the feature or problem you’d like to solve
get_file_contents - Get contents of a file or directory
owner: Repository owner (string, required)
repo: Repository name (string, required)
path: File path (string, required)
ref: Git reference (string, optional)
begin: begin line# (number, optional)
end: end line# (number, optional)
requested addition in bold
Proposed solution
See above
Additional context
This may help reduce model context consumed by parsing large files if we only want to request a subset..
The text was updated successfully, but these errors were encountered: