From dc40279b3a6ff0af3b3f405885ff70fda017594e Mon Sep 17 00:00:00 2001 From: Philipp Temminghoff Date: Sun, 17 Nov 2024 23:08:04 +0100 Subject: [PATCH] chore: adjust test system prompt --- src/llmling/resources/test.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/llmling/resources/test.yml b/src/llmling/resources/test.yml index 32a74b0..b54a896 100644 --- a/src/llmling/resources/test.yml +++ b/src/llmling/resources/test.yml @@ -130,9 +130,19 @@ contexts: system_prompt: type: text content: | - You are a helpful AI assistant specialized in code review. - Please analyze the code and provide constructive feedback. - description: "Default system prompt for code review" + You are a test assistant. Your task is to generate exactly 100 words + of test content. The content should be a simple story about a dog. + + Requirements: + 1. Exactly 100 words + 2. Simple narrative structure + 3. Consistent tone + 4. No complex vocabulary + 5. No dialogue + + Begin your response immediately with the story, without any preamble + or meta-commentary. + description: "Test prompt for consistent output" # Dynamic content from CLI git_diff: @@ -163,7 +173,7 @@ task_templates: # Simple code review task quick_review: provider: local-llama # Single provider - context: code_review_basic # Context group + context: system_prompt # Context group settings: # Task-specific settings temperature: 0.7 max_tokens: 2048