Skip to content

Commit

Permalink
Mention the option to use opencre search if no matching document was …
Browse files Browse the repository at this point in the history
…found (#396)

Co-authored-by: Spyros <[email protected]>
  • Loading branch information
robvanderveer and northdpole committed Oct 28, 2023
1 parent f4d0885 commit 5987ed0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions application/frontend/src/pages/chatbot/chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ export const Chatbot = () => {
<i>
Note: The content of OpenCRE could not be used to answer your question, as
no matching standard was found. The answer therefore has no reference and
needs to be regarded as less reliable. Try rephrasing your question
or searching for similar topics
needs to be regarded as less reliable. Try rephrasing your question,
use similar topics, or{' '}
<a href="https://opencre.org">OpenCRE search</a>.
</i>
)}
</Comment.Content>
Expand Down

0 comments on commit 5987ed0

Please sign in to comment.