Collin Dutter

Results 62 issues of Collin Dutter

- [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 makes frequent use of threads to achieve concurrency....

- [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 `StructureVisualizer` makes no differentiation between an un-run...

utils

- [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.** Users occasionally want to override the system prompt while...

tasks
rules

- [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 LLMs have the ability to upload documents as...

artifacts

- [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 models](https://huggingface.co/Qwen/Qwen-VL) on HuggingFace support image inputs but `HuggingFaceHubPromptDriver`...

drivers

Our [Chunker docs](https://docs.griptape.ai/stable/griptape-framework/data/chunkers/) are very barebones. Based on some offline conversations they should be improved in a few ways: - Explain how chunk size works WRT separators - Explain optimal...

docs
chunkers

The process for creating Structures could be improved a in a number of ways. Many of these ideas are ~stolen~ borrowed from [Airflow's TaskFlow syntax](https://airflow.apache.org/docs/apache-airflow/stable/tutorial/taskflow.html#example-taskflow-api-pipeline). - Use Structure as a...

structures

LLM providers offer prompt caching to improve response times and cut down on costs. Some examples: - [OpenAI](https://platform.openai.com/docs/guides/prompt-caching) - [Anthropic](https://www.anthropic.com/news/prompt-caching) - [Gemini](https://ai.google.dev/gemini-api/docs/caching) Users should be able to take advantage of...

drivers

Griptape should support [OpenAi Realtime models](https://github.com/openai/openai-python?tab=readme-ov-file#realtime-api-beta) in `OpenAiChatPromptDriver` by supporting AudioArtifact input/outputs.

blocked
drivers

### Discussed in https://github.com/orgs/griptape-ai/discussions/1685 Originally posted by **shhlife** February 10, 2025 Some drivers like those from ElevenLabs do allow for extra properties. It'd be nice to be able to use...

drivers