Skip to content

Commit 644d134

Browse files
committed
update architect intent
1 parent 9791156 commit 644d134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service/Agent/Intent/ArchitectIntent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ 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";
4748
$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";
4849
$hint.= 'If the logic needs to persist data you also need to generate a fitting database table schemas.' . "\n";
4950
$hint.= "\n";

0 commit comments

Comments
 (0)