Closed michaelansel closed 1 month ago
Add a unit test for rag_loop that mocks out call_the_llm. Reference test_process_issue for an example of how to properly mock out a function (specifically, how rag_loop is mocked there).
Bot Response: Handling in PR: https://github.com/michaelansel/CoreContributorBot/pull/20
Add a unit test for rag_loop that mocks out call_the_llm. Reference test_process_issue for an example of how to properly mock out a function (specifically, how rag_loop is mocked there).