Achieving Bot Responses Using the Knowledge Base Format
Hi. I have documents added to my bot’s knowledge base in JSON with this format:
{
"title": "",
"link": "",
"description": ""
}
I want the responses to be based solely on those results and for the response format to be something like this:
“I found answers in title and title”
GPTs are capable of achieving these results, but I don’t know how to do it with Pickaxe.
Thank you!