Increase knowledge item content limit from 500 to 1000 chars
This commit is contained in:
parent
0560bbc127
commit
74ecf66f80
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ FILTERING RULES:
|
||||||
For each item provide:
|
For each item provide:
|
||||||
- existing_id: The ID from existing catalog if this maps to an existing item, or null for new items
|
- 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)
|
- 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]
|
- category: One of [data_analysis, api_integration, debugging, performance, workflow, infrastructure, business_logic]
|
||||||
- tags: 2-4 relevant keywords
|
- 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)
|
- source_users: Array of usernames who contributed this knowledge (for existing items with no matching user notes, preserve the original source_users)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue