Skip to content
New issue

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

feat(tools): improve PDF capabilities #108

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

JanPokorny
Copy link
Contributor

The agent seems to be able to do certain PDF tasks only through certain PDF libraries and there is no silver bullet, so let's just let it use all of the common ones.

Furthermore, the agent seems to forget to import symbols (especially commonly with PyPDF2), so we give it a directive to use qualified imports which side-steps this issue.

@JanPokorny JanPokorny requested a review from Tomas2D October 23, 2024 13:02
Copy link
Contributor

@Tomas2D Tomas2D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. However, scope of the commit should be tools

@JanPokorny JanPokorny force-pushed the janpokorny/feat-python-improve-pdf-capabilities branch from 1aeacd5 to aac2ec5 Compare October 24, 2024 10:54
@JanPokorny JanPokorny changed the title feat(python): improve PDF capabilities feat(tools): improve PDF capabilities Oct 24, 2024
@Tomas2D Tomas2D merged commit 9e107d7 into main Oct 24, 2024
4 checks passed
@Tomas2D Tomas2D deleted the janpokorny/feat-python-improve-pdf-capabilities branch October 24, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants