From 7efd62233e329fbcdfa65fe7d19f38154209703b Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Tue, 17 Oct 2023 16:12:05 -0700 Subject: [PATCH] Fix profile generator in-prompt example --- autogpts/autogpt/autogpt/agent_factory/profile_generator.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autogpts/autogpt/autogpt/agent_factory/profile_generator.py b/autogpts/autogpt/autogpt/agent_factory/profile_generator.py index d81d536b7..a4617c810 100644 --- a/autogpts/autogpt/autogpt/agent_factory/profile_generator.py +++ b/autogpts/autogpt/autogpt/agent_factory/profile_generator.py @@ -58,7 +58,11 @@ class AgentProfileGeneratorConfiguration(SystemConfiguration): ' "Proactively take the lead in guiding you and offering suggestions when' " faced with unclear information or uncertainty to ensure your marketing" ' strategy remains on track."' - "]" # best_practices + "]," # best_practices + ' "constraints": [' + '"Do not suggest illegal or unethical plans or strategies.",' + ' "Take reasonable budgetary limits into account."' + "]" # constraints "}" # directives "}" # arguments "}\n"