You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/converters/grammar/systemText.ts
+48-53Lines changed: 48 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -2,59 +2,54 @@ export const SYSTEM_TEXT = `You will be provided with a free text description of
2
2
Convert the given text into a structured text which follows the grammar given below between triple quotes.
3
3
4
4
"""
5
-
grammar MScGrammar ;
6
-
description
7
-
: leadingText statementList;
8
-
9
-
leadingText
10
-
: 'The following textual description follows the closed-world assumption, meaning that only the activities specified can be executed in the specified order. Any possible activity and execution that is not specified is considered impossible.' (NEWLINE)*;
In addition to the grammar, follow these numbered semantics rules:
60
55
1. In the activity names include only the verb representing the action and the object targeted by the action, without the subject who performed the action. Allow only for alphanumeric characters and underscores.
0 commit comments