16 lines
467 B
PHP
16 lines
467 B
PHP
<?php
|
|
return array (
|
|
'name' => 'ethica_chatbot_fix',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'ethica chatbot fix',
|
|
1 => 'fix ethica 502',
|
|
2 => 'ethica backend 502',
|
|
3 => 'swap ethica api',
|
|
),
|
|
'cmd' => 'curl -sk http://127.0.0.1/api/opus5-weval-ia-fast-safe.php -x post -h "content-type:application/json" -d {"message":"ping"}',
|
|
'status' => 'PENDING_APPROVAL',
|
|
'created_at' => '2026-04-17T15:01:34+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|