Releases: griptape-ai/griptape
Releases · griptape-ai/griptape
v0.15.0
🚨 Breaking Changes
griptape-tools
was merged intogriptape
. You can removegriptape-tools
from your dependencies.PromptTask.prompt_template
was renamed toPromptTask.input_template
.KnowledgeBaseClient
tool was renamed toVectorStoreClient
.OpenAiPromptDriver
was split intoOpenAiChatPromptDriver
andOpenAiCompletionPromptDriver
.input
was renamed toparent_output
in agent and pipeline contexts.inputs
was renamed toparent_outputs
in workflow contexts.
🆕 New Features
- Added
PromptStack
to manage prompt task inputs. IntegratedPromptStack
into prompt drivers. - Consolidated prompt templates into generator functions, which makes it easier for developers to override task and engine prompts.
- Added the
GoogleCalendar
tool. - Added the
GoogleGmail
tool. - Added the
ProxycurlClient
tool. - Added
MongoDbAtlasVectorStoreDriver
. - Added
RedisVectorStoreDriver
🔧 Improvements
- Fixed
AzureOpenAiEmbeddingDriver
connectivity issues. - Added validation for tasks to all structures.