Skip to content

Commit

Permalink
Clarify prompts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov committed Jan 10, 2024
1 parent 5db6bb0 commit 076c2ea
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions aidial_assistant/application/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ def build(self, **kwargs) -> Template:
## Commands
{%- for name, description in addons.items() %}
* {{name}}
{{description}}
{{description.strip()}}
Arguments:
- <query> is the query string.
{%- endfor %}
- <query> is the query string written in natural language.
{% endfor %}
{{protocol_footer}}
""".strip()

Expand All @@ -98,8 +97,7 @@ def build(self, **kwargs) -> Template:
* {{command_name}}
Arguments:
- <JSON dict according to the API Schema>
{%- endfor %}
{% endfor %}
{{protocol_footer}}
""".strip()

Expand Down

0 comments on commit 076c2ea

Please sign in to comment.