Fix linting in prompt
This commit is contained in:
parent
94114df995
commit
50adf64fab
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ PROMPTS["DEFAULT_COMPLETION_DELIMITER"] = "<|COMPLETE|>"
|
|||
PROMPTS["DEFAULT_USER_PROMPT"] = "n/a"
|
||||
|
||||
PROMPTS["entity_extraction"] = """---Task---
|
||||
For a given text and a list of entity types, extract all entities and their relationships, then return them in the specified {language} and format described below.
|
||||
For a given text and a list of entity types, extract all entities and their relationships, then return them in the specified language and format described below.
|
||||
|
||||
---Instructions---
|
||||
1. Recognizing definitively conceptualized entities in text. For each identified entity, extract the following information:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue