-
Refactor prompt structure: move MESSAGES after instructions (#980)
发布于
2025-10-05 02:06:32 +00:00 - Refactor prompt structure: move MESSAGES after instructions
Reordered prompt structure in extract_nodes.py to place MESSAGES section
after instructions/guidelines in both extract_attributes and extract_summary
functions for improved prompt clarity.🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
- Add sentence-aware text truncator for entity summaries
- Created truncate_at_sentence() utility function that truncates text at
sentence boundaries while respecting max character limits - Added MAX_SUMMARY_CHARS constant (250 chars) for entity summaries
- Applied truncator to entity summaries in prompts (extract_nodes.py)
- Applied truncator to LLM-generated summaries (node_operations.py)
- Added comprehensive test suite for truncation logic
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
- Clean up formatting in extract_attributes prompt
- Remove extra blank lines
- Fix indentation of MESSAGES tag
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
- Bump version to 0.22.0pre3
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Co-authored-by: Claude noreply@anthropic.com
下载附件