Skip to content

Commit

Permalink
Fix incorrect wording in deprecation warning for ToolkitTask (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-griptape-ai authored Jan 3, 2025
1 parent 1e17182 commit 916d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion griptape/tasks/toolkit_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class ToolkitTask(PromptTask):
def try_run(self) -> BaseArtifact:
warnings.warn(
"`PromptTask` is deprecated and will be removed in a future release. `PromptTask` is a drop-in replacement.",
"`ToolkitTask` is deprecated and will be removed in a future release. `PromptTask` is a drop-in replacement.",
DeprecationWarning,
stacklevel=2,
)
Expand Down

0 comments on commit 916d738

Please sign in to comment.