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

Remove image query drivers/task/engine #1017

Closed
wants to merge 1 commit into from

Conversation

collindutter
Copy link
Member

@collindutter collindutter commented Jul 24, 2024

Describe your changes

Changed:

  • BREAKING: Removed ImageQueryDriver in favor of using PromptDriver with TextArtifact and ImageArtifact inputs.
  • BREAKING: Removed ImageQueryEngine, in favor of using PromptDriver directly.
  • BREAKING: Removed ImageQueryTask, in favor of PromptTask with TextArtifact and ImageArtifact inputs.
  • BREAKING: ImageQueryClient now takes a PromptDriver instead of an ImageQueryEngine.

Issue ticket number and link

NA


📚 Documentation preview 📚: https://griptape--1017.org.readthedocs.build//1017/

@collindutter collindutter force-pushed the refactor/image-query-cleanup branch 2 times, most recently from 5352f38 to d594028 Compare July 24, 2024 20:53
@collindutter
Copy link
Member Author

Don't necessarily need a review on this right now, want to explore a couple things first.

Copy link

codecov bot commented Jul 24, 2024

Codecov Report

Attention: Patch coverage is 23.07692% with 10 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
griptape/tools/image_query_client/tool.py 16.66% 10 Missing ⚠️

📢 Thoughts on this report? Let us know!

@collindutter collindutter force-pushed the refactor/image-query-cleanup branch from d594028 to c019900 Compare July 31, 2024 18:31
@collindutter collindutter force-pushed the refactor/image-query-cleanup branch from c019900 to 32c2ab3 Compare July 31, 2024 18:52
@collindutter collindutter deleted the refactor/image-query-cleanup branch December 10, 2024 18:41
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.

1 participant