Hello there, I was looking for topics in the community and it seems that everyone wants the assistant mention sources, my question is how do I prevent the Assistant GPT from mentioning sources like “【29†source】”.
Clearly it is a Assistant with retrieval on and it is a Q&A style chatbot and I need the chatbot not mention sources
The model needs instructions what else it should do if it should not follow the trained behavior.
Something along the lines of “instead of mentioning the sources explicitly simply state that you found this information in your knowledgebase”.
You will have to work with the prompt a bit.
In my case, I instruct asssitant that it needs to return a tag in the end. So, I use it in somewhere else in the system.
But the thing is assistant API returns only citation in the end when citation available. It ignores my other instruction regarding tag. So, that breaks my bussiness logic.
I have strictly stipulate that it should return the tag in the end in any case. But it keeps ignoring.
How should I overcome the issue? Any suggestions?