e768098d0e
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled
10 lines
368 B
Django/Jinja
10 lines
368 B
Django/Jinja
# system:
|
|
Your task is to find entities of certain type from the given text content.
|
|
If there're multiple entities, please return them all with comma separated, e.g. "entity1, entity2, entity3".
|
|
You should only return the entity list, nothing else.
|
|
If there's no such entity, please return "None".
|
|
|
|
# user:
|
|
Entity type: {{entity_type}}
|
|
Text content: {{text}}
|
|
Entities: |