When a user asks a question today. The system message that specifies that the response should be a json with answer an source, and the system message specifies the sources as a text file. It was found under testing that this was necessary to ensure that the llm always returned the name of the file as source. Otherwise it might just shorten the question as the source.
With the transition to using the url as source, (See issue 14), we need to update the system message to specify that the url needs to be source to ensure correct json response.
When a user asks a question today. The system message that specifies that the response should be a json with answer an source, and the system message specifies the sources as a text file. It was found under testing that this was necessary to ensure that the llm always returned the name of the file as source. Otherwise it might just shorten the question as the source.
With the transition to using the url as source, (See issue 14), we need to update the system message to specify that the url needs to be source to ensure correct json response.