fix: [llm tests] setting naming

llm_tests
iglocska 2023-10-17 22:02:45 +02:00
parent 5250e42886
commit c4571fe75c
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 3 additions and 3 deletions

View File

@ -1483,14 +1483,14 @@ class Server extends AppModel
$serverSettings['Plugin']['Workflow_triggers_' . $triggerModule['id']] = $setting;
}
}
$serverSettings['Plugin']['cti_info_extractor_enable'] = [
$serverSettings['Plugin']['CTI-Info-Extractor_enable'] = [
'level' => 1,
'description' => __('Enable the experimental CTI info extractor plugin to use a connected LLM server to extract additional information from markdown reports.'),
'value' => false,
'test' => 'testBool',
'type' => 'boolean'
];
$serverSettings['Plugin']['cti_info_extractor_url'] = [
$serverSettings['Plugin']['CTI-Info-Extractor_url'] = [
'level' => 1,
'description' => __('The url of the LLM REST service.'),
'value' => '',
@ -1498,7 +1498,7 @@ class Server extends AppModel
'type' => 'string',
'null' => 'true'
];
$serverSettings['Plugin']['cti_info_extractor_authentication'] = [
$serverSettings['Plugin']['CTI-Info-Extractor_authentication'] = [
'level' => 1,
'description' => __('The authentication key for the LLM REST service.'),
'value' => '',