griptape icon indicating copy to clipboard operation
griptape copied to clipboard

Remove image query drivers/task/engine

Open collindutter opened this issue 7 months ago • 2 comments

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 avatar Jul 24 '24 20:07 collindutter