aboutsummaryrefslogtreecommitdiff
path: root/prompt_settings.yaml
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2024-01-29 18:29:24 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-29 18:29:24 +0100
commit575be818ca1f7c644e2adf94c584772547141f55 (patch)
treeabb052ae787b1107c9dff8fb4d86ee84842d515d /prompt_settings.yaml
parentUpdate ossf-scorecard.yml (diff)
parentfix(agent/json_utils): Make `extract_dict_from_response` more robust (diff)
downloadAuto-GPT-security/analysis-workflows-sandbox.tar.gz
Auto-GPT-security/analysis-workflows-sandbox.tar.bz2
Auto-GPT-security/analysis-workflows-sandbox.zip
Merge branch 'master' into security/analysis-workflows-sandboxsecurity/analysis-workflows-sandbox
Diffstat (limited to 'prompt_settings.yaml')
-rw-r--r--prompt_settings.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/prompt_settings.yaml b/prompt_settings.yaml
deleted file mode 100644
index 342d67b9e..000000000
--- a/prompt_settings.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-constraints: [
- '~4000 word limit for short term memory. Your short term memory is short, so immediately save important information to files.',
- 'If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.',
- 'No user assistance',
- 'Exclusively use the commands listed below e.g. command_name'
-]
-resources: [
- 'Internet access for searches and information gathering.',
- 'Long Term memory management.',
- 'File output.'
-]
-performance_evaluations: [
- 'Continuously review and analyze your actions to ensure you are performing to the best of your abilities.',
- 'Constructively self-criticize your big-picture behavior constantly.',
- 'Reflect on past decisions and strategies to refine your approach.',
- 'Every command has a cost, so be smart and efficient. Aim to complete tasks in the least number of steps.'
-]