# Weaviate Verba Responses

**URL:** https://forum.weaviate.io/t/weaviate-verba-responses/2667
**Category:** Support
**Created:** [June 10, 2024, 11:26am UTC](https://forum.weaviate.io/t/weaviate-verba-responses/2667 "2024-06-10T11:26:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jaydcrowe1989](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/jaydcrowe1989/32/2634_2.png) [@jaydcrowe1989](https://forum.weaviate.io/u/jaydcrowe1989)
#### Post date: [June 10, 2024, 11:26am UTC](https://forum.weaviate.io/t/weaviate-verba-responses/2667/1 "2024-06-10T11:26:12Z")

</div>

Hi,

What is the best way to change the message that is returned if the query being asked could not be found in the context of the added documents? I would just like to customise it a little.

Regards,  
Jay

---

<div class="post-metadata">

### Author: ![DudaNogueira](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/dudanogueira/32/7846_2.png) [@DudaNogueira](https://forum.weaviate.io/u/DudaNogueira)
#### Post date: [June 10, 2024, 12:13pm UTC](https://forum.weaviate.io/t/weaviate-verba-responses/2667/2 "2024-06-10T12:13:02Z")

</div>

Hi!

The way to accomplish this is to be explicit on the prompt. As you are using Verba, it doesn’t seem to have this feature for now.

One way would be changing this part here (I believe):

> <https://github.com/weaviate/Verba/blob/412331cbab2f88cc94c8ec531f3a8dca38572808/goldenverba/components/generation/GPT4Generator.py#L95>

Let me know if this helps.

THanks!

---

<div class="post-metadata">

### Author: ![jaydcrowe1989](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/jaydcrowe1989/32/2634_2.png) [@jaydcrowe1989](https://forum.weaviate.io/u/jaydcrowe1989)
#### Post date: [June 18, 2024, 7:49pm UTC](https://forum.weaviate.io/t/weaviate-verba-responses/2667/3 "2024-06-18T19:49:07Z")

</div>

Awesome! Thank you, that was exactly it. I can tell it in the content how to reply to certain messages.
