From 74ecf66f803c4d4ba2852ba90d010a17522c02e5 Mon Sep 17 00:00:00 2001 From: Petr Date: Tue, 24 Mar 2026 00:12:15 +0100 Subject: [PATCH] Increase knowledge item content limit from 500 to 1000 chars --- services/corporate_memory/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/corporate_memory/prompts.py b/services/corporate_memory/prompts.py index 5d8184e..1e31741 100644 --- a/services/corporate_memory/prompts.py +++ b/services/corporate_memory/prompts.py @@ -35,7 +35,7 @@ FILTERING RULES: For each item provide: - existing_id: The ID from existing catalog if this maps to an existing item, or null for new items - title: Short descriptive title (max 60 chars) -- content: Clear explanation with examples if relevant (max 500 chars) +- content: Clear explanation with examples if relevant (max 1000 chars) - category: One of [data_analysis, api_integration, debugging, performance, workflow, infrastructure, business_logic] - tags: 2-4 relevant keywords - source_users: Array of usernames who contributed this knowledge (for existing items with no matching user notes, preserve the original source_users)