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
17 lines
482 B
Django/Jinja
17 lines
482 B
Django/Jinja
# system:
|
|
Given the following conversation history and the users next question,rephrase the question to be a stand alone question.
|
|
If the conversation is irrelevant or empty, just restate the original question.
|
|
Do not add more details than necessary to the question.
|
|
conversation:
|
|
|
|
chat history:
|
|
{% for item in chat_history %}
|
|
# user:
|
|
{{ item.inputs.question }}
|
|
# assistant:
|
|
{{ item.outputs.output }}
|
|
{% endfor %}
|
|
|
|
# user:
|
|
Follow up Input: {{question}}
|
|
Standalone Question: |