What is the proper way to pass in custom input_variables for Prompt? It says its supported at query time in the doc. I have a custom {history} one for instance, should it be passed in the query engine call where I define custom QA and refine prompts?
Maybe a follow up question for you @Logan M (thanks for the help btw) is if I pass the history of chat convo this way, is there a way to integrate it in the embedding calls too so it's not just the prompt aware of it?