Clean up formatting in extract_attributes prompt
- Remove extra blank lines - Fix indentation of MESSAGES tag 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9647c0b6f3
commit
9f53ba221c
1 changed files with 2 additions and 5 deletions
|
|
@ -261,10 +261,7 @@ def extract_attributes(context: dict[str, Any]) -> list[Message]:
|
||||||
Message(
|
Message(
|
||||||
role='user',
|
role='user',
|
||||||
content=f"""
|
content=f"""
|
||||||
|
Given the MESSAGES and the following ENTITY, update any of its attributes based on the information provided
|
||||||
|
|
||||||
|
|
||||||
Given the above MESSAGES and the following ENTITY, update any of its attributes based on the information provided
|
|
||||||
in MESSAGES. Use the provided attribute descriptions to better understand how each attribute should be determined.
|
in MESSAGES. Use the provided attribute descriptions to better understand how each attribute should be determined.
|
||||||
|
|
||||||
Guidelines:
|
Guidelines:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue