DA Script Code Assistant

Use AI Concierge to fix issues in DA scripts when there is a build failure due to syntactic or semantic incorrectness. AI Concierge can quickly review multiple DA scripts.

When your DA scripts fail, you can ask AI Concierge to troubleshoot and provide solutions to fix the issues in the DA script. You can correct the errors in the DA script yourself or ask AI Concierge to resolve the issues.

AI Concierge can analyze the failed DA script, build logs, and provide the following:

  • Root cause of failure
  • Instructions to manually fix the error
  • Option to automatically fix the error

You can analyze the suggested solution and apply or dismiss the suggested corrections.

When you request for automatic fix, AI Concierge updates the code in the IDE one file at a time by performing the following operations:

  • ADD – Inserts a new line to the file
  • MODIFY – Updates an existing line in the file
  • DELETE – Removes an existing line from the file

Limitations:

  • After making any file changes, you must rebuild to re-trigger analysis or auto-fix issues.
  • Some projects might require multiple builds and fixes to fully resolve the issues.