Generative AI Terms of Use
Interact with AI to provide information and create action codes.
For AI models, we use the following
Claude 3.7 Sonnet (Anthropic)
AI Document Assist
Interact with AI to answer questions based on the manual.
Method
- Click the
[AI Document Assist]icon in the upper right corner. - An AI Document Assist window will open.
- Enter your question.
- Click the
[↑]button on the right side of the question entry field to ask a question. - The answer will be returned in chat format.
AI Code Suggest
AI functions are used to assist in action description based on the described actions.
Method
- Open the action editor on the UI.
- Describe the action.
- Enter comments about the code to be generated.
- Right-click and select
[AI Code Suggest]. Alternatively, use the shortcut keysCtrl + K (Command + K). - A description of the action created using the AI function will appear below the comment line.
Prompt
For prompts when using AI Code Suggest, code specifications and detailed measures can be written to generate more detailed actions.
//objective//fine means...As a sample, the prompt is to generate an action that calculates the age based on the current date from the value entered in the input field.
// Age Calculation // Get the value of each input field for the date of birth and calculate the current age from the current date.// Outputs an error message if a future date is enteredAI Code Syntax Fix
AI functions are used to fix syntax errors in the entire written code.
Added in v3.4.0.
Method
- Open the action editor on the UI.
- Describe the action.
- Right-click and select
[AI Code Syntax Fix]. Alternatively, use the shortcut keysCtrl + Alt + F (Command + Alt + F). - A diff confirmation dialog will be launched, displaying the original code on the left side and the fixed code on the right side.
- By clicking the
[Apply]button, you can apply the fixed code to the entire editor. By clicking the[Cancel]button, you can exit without applying the fix.
AI SQL Suggest
AI functions are used to assist in writing SQL statements in SQL functions.
Added in v3.4.0.
Method
- Open the action editor on the UI.
- Create a new SQL function or open an existing SQL function.
- Right-click and select
[AI SQL Suggest]. Alternatively, use the shortcut keysCtrl + Alt + P (Command + Alt + P). - The AI SQL Suggest dialog will be launched, where you can enter instructions for SQL generation and select the database to use.
- By clicking the
[Execute]button, the generated SQL statement will be displayed in the editor. - By clicking the
[Cancel]button, you can exit without generating.
Prompt
For prompts when using AI SQL Suggest, writing specific instructions for databases and tables can generate SQL statements that better meet your expectations. As a sample, here is a prompt for generating SQL to extract records by product name from the goods table that manages products and the maker table that manages product manufacturers.
Join the goods table and the maker table to output goods_id, goods_name, maker_id, maker_name, price, stock, rating, sale_id, discount, start_date, end_date, image, disp_num.Partially match name with param.p1. Sort the results in ascending order by disp_num.AI Credit
Credits are consumed when using AI functions. Credits are distributed monthly for each execution environment.