fix: configure codex with a longer timeout
refactor: param names
This commit is contained in:
@@ -36,7 +36,7 @@ class BasicConversationTest(BaseSimulatorTest):
|
||||
"chat",
|
||||
{
|
||||
"prompt": "Please use low thinking mode. Analyze this Python code and explain what it does",
|
||||
"files": [self.test_files["python"]],
|
||||
"absolute_file_paths": [self.test_files["python"]],
|
||||
"model": "flash",
|
||||
},
|
||||
)
|
||||
@@ -53,7 +53,7 @@ class BasicConversationTest(BaseSimulatorTest):
|
||||
"chat",
|
||||
{
|
||||
"prompt": "Please use low thinking mode. Now focus on the Calculator class specifically. Are there any improvements you'd suggest?",
|
||||
"files": [self.test_files["python"]], # Same file - should be deduplicated
|
||||
"absolute_file_paths": [self.test_files["python"]], # Same file - should be deduplicated
|
||||
"continuation_id": continuation_id,
|
||||
"model": "flash",
|
||||
},
|
||||
@@ -69,7 +69,7 @@ class BasicConversationTest(BaseSimulatorTest):
|
||||
"chat",
|
||||
{
|
||||
"prompt": "Please use low thinking mode. Now also analyze this configuration file and see how it might relate to the Python code",
|
||||
"files": [self.test_files["python"], self.test_files["config"]],
|
||||
"absolute_file_paths": [self.test_files["python"], self.test_files["config"]],
|
||||
"continuation_id": continuation_id,
|
||||
"model": "flash",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user