Skip to content

Commit

Permalink
clarify demo assistant message (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Nov 2, 2023
1 parent 04cc737 commit 32f6d9f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ragna/assistants/_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,14 @@ def _default_answer(self, prompt: str, sources: list[Source]) -> str:
return (
textwrap.dedent(
"""
I can't really help you with your prompt:
I'm a demo assistant and can be used to try Ragnas workflow. I will only
mirror back my inputs.
Your prompt was:
> {prompt}
I can at least show you the sources that I was given:
These are the sources I was given:
{sources}
"""
Expand Down

0 comments on commit 32f6d9f

Please sign in to comment.