Andrew French

Results 11 issues of Andrew French

todos: - [x] `TextToSpeechClient` implementation - [x] `TextToSpeechClient` documentation - [x] Driver documentation - [x] Engine documentation - [x] AudioArtifact documentation - [x] ElevenLabs SDK as an optional dependency -...

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

This PR addresses a reported issue when parsing a list of Actions while initializing an ActionsSubtask. In some cases, Models include an empty list of Actions in their responses. We...

- [x] #646 - [x] #647 - [x] #648 - [ ] #649 - [ ] #650

Add support for the Gemini Multimodal model in an Image Query Driver. [Documentation](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/send-multimodal-prompts)

Add an Image Generation Driver supporting Google Imagen using the Vertex AI API. [Documentation](https://cloud.google.com/vertex-ai/docs/generative-ai/image/overview)

- [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.** Some organizations must use self-hosted or local model deployments....

enhancement

Relevant [Discord thread](https://discord.com/channels/1096466116672487547/1187737692033785858) Griptape vector store drivers don't currently support deleting vectors from the vector store. Add a `delete` method to complete CRUD support.

- [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.** Griptape lacks support for image-to-text workflows. **Describe the solution...

enhancement

We have integration tests, but don't run them frequently. We choose not to run tests that require credentials on external contributions, like pull requests, because this requires exposing secrets. We...