16 lines
375 B
PHP
16 lines
375 B
PHP
<?php
|
|
return array (
|
|
'name' => 'create_intent_from_chat',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'create intent',
|
|
1 => 'new intent',
|
|
2 => 'wire intent',
|
|
3 => 'build intent',
|
|
),
|
|
'cmd' => '/var/www/html/api/handlers/create-intent-from-chat.sh',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T23:40:41+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|