-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(resolver): Add support for extracting and processing text file a…
…ttachments in GitHub issues This change introduces methods to: - Extract text file attachments from issue bodies - Download and retrieve contents of attached text files - Incorporate attachment contents into issue context for processing - Enhance issue handling with additional context from file attachments The implementation includes new methods for parsing Markdown links, downloading files, and integrating their contents into the issue processing workflow.
- Loading branch information
1 parent
0b74fd7
commit 27dc150
Showing
2 changed files
with
105 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters