Fix profile generator in-prompt example

pull/5612/head
Reinier van der Leer 2023-10-17 16:12:05 -07:00
parent 11eeaeb4b9
commit 7efd62233e
No known key found for this signature in database
GPG Key ID: CDC1180FDAE06193
1 changed files with 5 additions and 1 deletions

View File

@ -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"