Collin Dutter
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...
- [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...
- [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...