diff --git a/scripts/ai_prepare_responses.py b/scripts/ai_prepare_responses.py index aa28223..501e8aa 100755 --- a/scripts/ai_prepare_responses.py +++ b/scripts/ai_prepare_responses.py @@ -225,8 +225,8 @@ def main(argv: list[str]) -> int: "improved": "Proofread whatever is given in extra_instructions [EXTRA_INSTRUCTIONS]!!! Proofreading-style improvements, preserving the original words as much as possible. Improving in medium version.", "critical": "Bold/critical: politely questions the premise or assumptions.", "suggested": "Best style you think fits (helpful/witty/clarifying/etc).", - "short": "1-2 sentences, direct, useful, no fluff.", - "medium": "3-6 sentences, more context, still concise.", + "short": "direct, useful, no fluff. if X(twitter): 1-2 sentences max, if Reddit: 3-6 sentences max.", + "medium": "more context, still concise. if X(twitter): 3-6 sentences max, if Reddit: 6-12 sentences max.", "style": "Follow the system instructions for voice/tone. Apply EXTRA_INSTRUCTIONS to all responses. If unclear what the post says, be honest and ask a question instead of guessing.", }, }, diff --git a/tools/local_screenshot_bridge.py b/tools/local_screenshot_bridge.py index 2114761..defce21 100755 --- a/tools/local_screenshot_bridge.py +++ b/tools/local_screenshot_bridge.py @@ -357,8 +357,8 @@ def _maybe_generate_ai(server, png_path: Path, meta: dict, content: object) -> d "improved": "Proofread whatever is given in extra_instructions [EXTRA_INSTRUCTIONS]. Proofreading-style improvements, preserving the original words as much as possible. Improving in medium version.", "critical": "Bold/critical: politely questions the premise or assumptions.", "suggested": "Best style you think fits (helpful/witty/clarifying/etc).", - "short": "1-2 sentences, direct, useful, no fluff.", - "medium": "3-6 sentences, more context, still concise.", + "short": "direct, useful, no fluff. if X(twitter): 1-2 sentences max, if Reddit: 3-6 sentences max.", + "medium": "more context, still concise. if X(twitter): 3-6 sentences max, if Reddit: 6-12 sentences max.", "style": "Follow the system instructions for voice/tone. Apply EXTRA_INSTRUCTIONS to all responses. If unclear what the post says, be honest and ask a question instead of guessing.", }, },