[GPT] ConversationBufferWindowMemory
ConversationBufferWindowMemory 대화의 특정 부분만을 저장하는 메모리 예를들어 제일 최근 몇개까지의 메세지만 저장할때 사용 단점은 예전 대화를 기억하지 못함 [결과] {'history': [HumanMessage(content='2'), AIMessage(content='2'), HumanMessage(content='3'), AIMessage(content='3'), HumanMessage(content='4'), AIMessage(content='4'), HumanMessage(content='5'), AIMessage(content='5')]}