fix: configure codex with a longer timeout
refactor: param names
This commit is contained in:
@@ -68,7 +68,7 @@ DATABASE_CONFIG = {
|
||||
"chat",
|
||||
{
|
||||
"prompt": "Analyze this configuration file briefly",
|
||||
"files": [validation_file],
|
||||
"absolute_file_paths": [validation_file],
|
||||
"model": "flash",
|
||||
},
|
||||
)
|
||||
@@ -87,7 +87,7 @@ DATABASE_CONFIG = {
|
||||
"chat",
|
||||
{
|
||||
"prompt": "Continue analyzing this configuration file",
|
||||
"files": [validation_file], # Same file should be deduplicated
|
||||
"absolute_file_paths": [validation_file], # Same file should be deduplicated
|
||||
"continuation_id": thread_id,
|
||||
"model": "flash",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user