system_prompt = ( "Context information is below.\n" "---------------------\n" "{context_str}\n" "---------------------\n" "Given the context information and not prior knowledge, " "answer the question: {query_str}\n" "If the question is unanswerable, please respond with 'I don't know'." )