From c4c8fb7beb241080a3e4e9f454e4d8407d3429a6 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 10 Feb 2024 07:31:52 -0800 Subject: [PATCH] clean up decision explanation --- prompts/general/decide.txt | 2 +- prompts/mistral/decide.txt | 47 -------------------------------------- 2 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 prompts/mistral/decide.txt diff --git a/prompts/general/decide.txt b/prompts/general/decide.txt index d833688..855ceff 100644 --- a/prompts/general/decide.txt +++ b/prompts/general/decide.txt @@ -37,7 +37,7 @@ When choosing your action, take into consideration "{{agent.meta_questions|rando Guidelines for Response: -Provide a concise explanation based on {{agent}}'s context, memories, and current state. +Provide a concise explanation based on {{agent}}'s context, memories, and current state. Write in the first person point of view of {{agent}}. Select only one action from {{actions}}. Avoid suggesting multiple actions or using terms like "OR"/"/" to indicate options. diff --git a/prompts/mistral/decide.txt b/prompts/mistral/decide.txt deleted file mode 100644 index d833688..0000000 --- a/prompts/mistral/decide.txt +++ /dev/null @@ -1,47 +0,0 @@ -What will {{agent}} do? Give explanation and provide the answer. Can only choose 1 action. - -About {{agent}}: -{{selfContext}} -===== - -{% if relevant_memories and relevent_memories != "" %} -Recent memories: -{{relevant_memories}} -===== -{% endif %} - -Available Actions for {{agent}}: -{{actions}} -Note: {{agent}} is restricted to these actions only. -===== - -{% if agent.current_destination %} -Current destination: {{agent.current_destination.name}} -===== -{% endif %} - -Examples: -{{examples}} -===== - -{% if agents_available_to_talk|length > 0 %} -Currently, {{agent}} can talk to: {{agents_available_to_talk}} -{% endif %} - -Currently, {{agent}} is at {{area}} {{location}} at {{time}} and can see the following: {{objects}}. -{{agent}} can only move to one of these places: {{spatial_memory}} - -{% if agent.meta_questions %} -When choosing your action, take into consideration "{{agent.meta_questions|random}}" -{% endif %} - -Guidelines for Response: - -Provide a concise explanation based on {{agent}}'s context, memories, and current state. -Select only one action from {{actions}}. -Avoid suggesting multiple actions or using terms like "OR"/"/" to indicate options. - -Response Format: -Explanation: explanation -Answer: action -