Hi gang, new to make (& this level of coding) yet AI is supporting me to build this entire scenario and its awesome (when it works). yet the first text parser [5] isnt outputting received data… hmmm… ticket waiting 2 days already so here I am.
thx fam much luv <3
– – – –
SCREENSHOTS
full scenario screenshot + text parser [5] output = EMPTY while input is LONG STRING = error.
BLUEPRINT
blueprint available (error w/ module 2 & 5]
OUTPUT BUNDLE = ERROR [whered it go? how to get it back?]
– – – –
SPECIFICS
input is full of data. output is empty. running code with make ai hasnt solved it after 6 attempts. openai gave 4 different scenarios, all three of us dont know.
– – –
input sample =Concept 1: Example TitlePrompt for Leonardo : Example PromptRationale : Example Rationale
– – –
Module filter [2 > 5]: blank
– – –
The error in the scenario =Failed to refresh metadata. Invalid regular expression:/Concept \d+: (?)Is+Prompt for Leonardo :(??)Is+Rationale : (?.*?) (?=|S±-- $)/: Nothing to repeat
– – –
BROKEN SOLUTIONS:Many different regex codes were attempted, some errors didnt run, some ran yet output was still empty:
Concept \d+: (?.?)\nPrompt for Leonardo : (?.?)\nRationale : (?.*?)(?=\n—|\Z)INITIAL FAIL = empty
Concept \d+: (?.?)\nPrompt for Leonardo : (?.?)\nRationale : (?.*?)(?:\n|$)FAIL = empty
Concept \d+: (?.?)\s+Prompt for Leonardo : (?.?)\s+Rationale : (?.*?)(?=\s±–|$)ERROR
Concept \d+: (?.?)\s+Prompt for Leonardo : (?.?)\s+Rationale : (?.*?)(?=\s±–|\Z)ERROR
Concept \d+: (?.+?)\nPrompt for Leonardo : (?.+?)\nRationale : (?.*?)(?=\n—|\Z)ERROR
Concept \d+: (?.+?)\nPrompt for Leonardo : (?.+?)\nRationale : (?.*?)(?=\n—|\Z)ERROR
Concept \d+: (.+?)\nPrompt for Leonardo : (.+?)\nRationale : (.*?)(?=\n—|\Z)ERROR
Concept \d+: (.+?)\nPrompt for Leonardo: (.+?)\nRationale: (.*?)(?=\n—|\Z)FAIL = empty
Concept \d+: (.+?)\nPrompt for Leonardo: (.+?)\nRationale: (.+?)(?=\n—|\Z)FAIL = empty
Concept \d+: (.+)\nPrompt for Leonardo : (.+)\nRationale : (.+)ERROR
– – – –
Any support is greatly appreciated, the project is stalled until this is fixed.
Thanks Fam! INJOY Brian
bundle input.txt (202 Bytes)
bundle7.json (12 Bytes)
sc3 blueprint.json (70.9 KB)