From 0e6eff6631a6cd18ebad37ca3bda093f580ecfa5 Mon Sep 17 00:00:00 2001 From: rwn Date: Fri, 8 Nov 2024 08:45:40 -0800 Subject: [PATCH] Update community-plugins.json Update Game Theory Strategist to be concise and improve relevant responses. --- community-plugins.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index 76baccb5d9b..154f0579888 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -414,15 +414,15 @@ { "id": "game-theory-strategist", "name": "Game Theory Strategist", - "author": "AiQ8.org", + "author": "QNFO", "description": "Analyzes conversations and provides game-theoretic insights and strategic recommendations.", "image": "/plugins/logos/game-theory-strategist.png", "capabilities": [ "memories", "chat" ], - "memory_prompt": "You will be given a conversation related to any domain involving strategic decision-making. Analyze the content using a chain of thought and reasoning, applying game theory principles to identify the key players, their objectives, and potential strategies. Output response must always be concise in <4 lines. Maintain a strategic and analytical tone.", - "chat_prompt": "Analyzes conversations and provides game-theoretic insights and strategic recommendations.", + "memory_prompt": "You will be given a conversation transcript. Extract key information and analyze intended objectives from input using game theory. If applicable, output plain text list with Objectives, Players, Strategies, Key Insights. Prioritize most impactful points. <4 lines total. If not applicable: 'Insufficient strategic relevance.'", + "chat_prompt": "You are a game theory expert. Analyze input to identify strategic objectives and provide high-utility recommendations. Apply relevant game theory and behavioral psychology principles. If applicable, output plain text list with Proposed Action, Strategic Rationale, Expected Outcomes. Optimize for maximum expected utility. <4 lines total. If not applicable: 'Insufficient strategic relevance.'", "deleted": false }, { @@ -1377,4 +1377,4 @@ }, "deleted": false } -] \ No newline at end of file +]