Chain of Thought technique actually breaks down user query into simpler sub-queries, and process them Sequentially , providing previous query output as context to next query processing , which results in getting better Response at End.
Chain of Tho...