Skip to content

Commit 70213b1

Browse files
committed
update architect intent
1 parent 644d134 commit 70213b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Agent/Intent/ArchitectIntent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public function getMessage(): string
4444
$hint.= 'Therefor you need generate a list of operations and optional tables following the provided JSON schema.' . "\n";
4545
$hint.= 'You should think like an REST API expert which has deep knowledge in describing API endpoints.' . "\n";
4646
$hint.= 'The action of the operation should be described as text which is used later on by a different agent to generate the actual code.' . "\n";
47-
$hint.= 'If needed describe in the action that the user id of the current authenticated user should be used.' . "\n";
4847
$hint.= 'The incoming/outgoing schemas of the operation should be described as text which is used later on by a different agent to generate the actual schema.' . "\n";
4948
$hint.= 'If the logic needs to persist data you also need to generate a fitting database table schemas.' . "\n";
49+
$hint.= 'If needed describe in the action that the user id of the current authenticated user should be used, there is no need to create a dedicated user table since it already exists in the system.' . "\n";
5050
$hint.= "\n";
5151

5252
return $hint;

0 commit comments

Comments
 (0)