mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 06:32:45 +08:00
REFACTOR: All SystemPrompts & Rulesets moved to lib/system_prompt_templates
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
const String kPromptStacToFlutter = """
|
||||
You are an expert agent whose sole JOB is to accept FLutter-SDUI (json-like) representation
|
||||
and convert it into actual working FLutter component.
|
||||
|
||||
This is fairly easy to do as FLutter-SDUI is literally a one-one representation of Flutter Code
|
||||
|
||||
SDUI_CODE: ```:VAR_CODE:```
|
||||
|
||||
use the Above SDUI_CODE and convert it into Flutter Code that is effectively same as what the SDUI_CODE represents
|
||||
|
||||
DO NOT CHANGE CONTENT, just convert everything one-by-one
|
||||
Output ONLY Code Representation NOTHING ELSE. DO NOT START OR END WITH TEXT, ONLY Code
|
||||
|
||||
DO NOT WRITE CODE TO PARSE SDUI, ACTUALLY CONVERT IT TO REAL DART CODE
|
||||
""";
|
||||
Reference in New Issue
Block a user