Collin Dutter

Results 62 issues of Collin Dutter

- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes Changed: - **BREAKING**: Removed `ImageQueryDriver` in favor of using `PromptDriver`...

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Is your feature request related to a problem? Please describe.** Right now there is no type available for Tool...

utils
tools

- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes - Added type hints to Bedrock clients. - Reorganized Driver...

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Is your feature request related to a problem? Please describe.** Currently Griptape only uses a subset of the [available...

good first issue
code health

- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes This PR was originally to solve https://github.com/griptape-ai/griptape/issues/1155 but it revealed...

- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes ### Fixes - `BaseTask.full_context` context being empty when not connected...

:robot: I have created a release *beep* *boop* --- ## [1.7.0](https://github.com/griptape-ai/griptape/compare/v1.6.0...v1.7.0) (2025-05-02) ### ✨ Features * add EDB PG.AI Knowledge Base Vector Store Driver ([6811596](https://github.com/griptape-ai/griptape/commit/6811596414534b4cc249fc9789be92b8a0d1c9f0)) * add support for username...

autorelease: pending

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape/blob/main/CONTRIBUTING.md). ## Describe your changes Adds support for `gpt-image-1` by adjusting the default parameters. ## Issue ticket number and link...

File Loaders (`BaseFileLoader`) and `EmailLoader` are not currently Driver-based. This causes the following problems: 1. New implementations require subclassing rather than replacing a Driver. 2. Third party dependencies are no...

drivers
loaders

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Is your feature request related to a problem? Please describe.** PDF can contain images, `PdfLoader` does not parse them...

loaders