Skip to content

Commit 44a24ba

Browse files
committed
update prompt
1 parent 8c76d69 commit 44a24ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Service/Agent/Intent/ActionIntent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public function getMessage(): string
6464
PHP;
6565
$hint.= '</code>' . "\n";
6666
$hint.= "\n";
67-
$hint.= 'Replace the line "// [INSERT_CODE_HERE]" with the code which you have generated.' . "\n";
68-
$hint.= 'Replace the line "[NAME]" with a short and precise name as lower case and separated by hyphens which summarizes the business logic of the user message.' . "\n";
67+
$hint.= 'Replace "// [INSERT_CODE_HERE]" with the code which you have generated.' . "\n";
68+
$hint.= 'Replace "[NAME]" with a short and precise name as lower case and separated by hyphens which summarizes the business logic of the user message.' . "\n";
6969
$hint.= "\n";
7070
$hint.= 'If the business logic wants to interact with an external service i.e. a database or remote HTTP endpoint, then you can use the getConnection method at the connector argument to access those external services.' . "\n";
7171
$hint.= 'You can get a list of all available connections through the "backend_connection_getAll" tool.' . "\n";

0 commit comments

Comments
 (0)