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
"onRender": "$count($all('config', 'dj-function', {'ID': 'dj-copilot'})) = 0 ? $notify('Please configure an AIApp function called dj-copilot in order to use the suggest feature')",
"Suggest": "selected.($comment := $parseJson($call('dj-copilot', {'response_format': { 'properties': {'res': {}} }, 'messages':[{'role':'user', 'content':'Create a very short description for this query called ' & ID & ': ' & query}]}).choices.message.content).res; $setIfAbsent('config', 'dj-query-catalog', ID, {'comment': $comment}); $refresh())",
"Suggest": "selected.($comment := $parseJson($call('dj-copilot', {'response_format': { 'properties': {'res': {}} }, 'messages':[{'role':'user', 'content':'Create a very short description for this ETL called ' & ID & ' that loads data into the table ' & table & ': ' & foreach & '\n' & expression }]}).choices.message.content).res; $setIfAbsent('config', 'dj-function', ID, {'comment': $comment}); $refresh())",
"Suggest": "selected.($comment := $parseJson($call('dj-copilot', {'response_format': { 'properties': {'res': {}} }, 'messages':[{'role':'user', 'content':'Create a very short description for this function called ' & ID & ': ' & expression }]}).choices.message.content).res; $setIfAbsent('config', 'dj-function', ID, {'comment': $comment}); $refresh())",
0 commit comments