Commit Graph

26 Commits

Author SHA1 Message Date
Nicholas Albion
a38c35fafa #131 if process_name is specified to execute_command() keep the process alive 2023-10-05 20:39:01 +11:00
Nicholas Albion
22bea0f388 clean up 2023-10-04 18:19:53 +11:00
Nicholas Albion
6ae562a945 now try test_Dev again 2023-10-04 18:11:25 +11:00
Nicholas Albion
64c8002a83 simplify 2023-10-04 17:48:22 +11:00
Nicholas Albion
67f88a6924 where is update_file 2023-10-04 17:46:19 +11:00
Nicholas Albion
0c0d719d0f new_callable=MagicMock 2023-10-04 16:42:21 +11:00
Nicholas Albion
0536ec9ea9 monkeypatch.setenv('OPENAI_API_KEY', 'secret') 2023-10-04 16:12:00 +11:00
Nicholas Albion
366e88dc4d more debug 2023-10-04 15:47:47 +11:00
Nicholas Albion
4abed31309 without mock_questionary again 2023-10-04 15:29:53 +11:00
Nicholas Albion
cbac991bd9 avoid getting stuck in a loop if LLM can't conform to schema. 2023-10-04 15:23:36 +11:00
Nicholas Albion
388aa0533e try without mock_questionary 2023-10-04 14:35:43 +11:00
Nicholas Albion
623eb9deb8 uncomment test_test_code_changes_invalid_json() 2023-10-04 14:14:56 +11:00
Nicholas Albion
d65564415b uncommented test_code_changes_manual_test_no() 2023-10-04 14:10:00 +11:00
Nicholas Albion
86724f79f7 uncomment test_code_changes_manual_test_continue() 2023-10-04 13:51:51 +11:00
Nicholas Albion
ebb88489ce debugging CI 2023-10-04 13:38:23 +11:00
Nicholas Albion
3f38950c93 un-comment Dev tests 2023-10-04 13:24:00 +11:00
Nicholas Albion
478b35b143 commented out CodeMonkey and Dev tests
- trying to figure out why GitHub was cancelling the run
2023-10-04 13:18:19 +11:00
Nicholas Albion
f446c0f028 fixed some unit tests 2023-10-03 19:04:17 +11:00
Nicholas Albion
70a7a6140a fixed test 2023-10-02 21:06:31 +11:00
Nicholas Albion
5fdc853768 GPT4 responded with a JSON object != schema.
Retry the request, advising what the issue was
2023-10-02 18:59:38 +11:00
Nicholas Albion
5a3ef5efa1 Added unit test, failed to reproduce #35 2023-09-29 16:21:34 +10:00
Nicholas Albion
e7d0ac5c58 Fix handling of GET_TEST_TYPE response.
The recent function calling changes has does not include `None` values in the tuples returned from `convo.send_message()`
2023-09-28 13:20:39 +10:00
Nicholas Albion
5f110322ed fixed failing tests 2023-09-27 11:49:51 +10:00
Nicholas Albion
8a024c2ff2 rejecting responses that are not JSON.
Need to fix prompts for GPT-4
2023-09-26 17:27:54 +10:00
Nicholas Albion
323b2669c0 updated test 2023-09-23 17:14:54 +10:00
Nicholas Albion
4d91f381c1 Tested Developer.install_technology before refactoring without function_calling 2023-09-22 19:11:50 +10:00