aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nicholas Tindle <nicholas.tindle@agpt.co> 2024-04-22 09:18:30 -0500
committerGravatar Nicholas Tindle <nicholas.tindle@agpt.co> 2024-04-22 09:18:30 -0500
commit36d66c6ba132c82557f258b542e24f6b6228c53b (patch)
treec66e685cf7bf7e8a4772059eab742ca8aa55aabd
parentfix: incorrectly refactored param template-> template_name (diff)
downloadAuto-GPT-36d66c6ba132c82557f258b542e24f6b6228c53b.tar.gz
Auto-GPT-36d66c6ba132c82557f258b542e24f6b6228c53b.tar.bz2
Auto-GPT-36d66c6ba132c82557f258b542e24f6b6228c53b.zip
fix: docstring
-rw-r--r--autogpts/forge/forge/sdk/prompting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogpts/forge/forge/sdk/prompting.py b/autogpts/forge/forge/sdk/prompting.py
index 5a2a5cee9..6fa11fc82 100644
--- a/autogpts/forge/forge/sdk/prompting.py
+++ b/autogpts/forge/forge/sdk/prompting.py
@@ -99,7 +99,7 @@ class PromptEngine:
Load and populate the specified template.
Args:
- template (str): The name of the template to load.
+ template_name (str): The name of the template to load.
**kwargs: The arguments to populate the template with.
Returns: