I know I can ask for JavaScript writing help here on the forum from Athena. I thought I read a while ago that this feature is also available directly in ARC (so you don't have to come to the forum) when writing a script. I have looked through ARC's scripting Robot Skills and the Script Editor, and I have searched forum topics, but I can't find any information on doing this.
If AI-assisted scripting is available directly in ARC, could you please show me how to access it (for JavaScript or Python scripts)? Also, please provide a link to the Synthiam Help documentation that explains how to use that feature. Thanks.
Related Hardware (view all EZB hardware)
Related Robot Skills (view all robot skills)
Upgrade to ARC Pro
Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.
While new comments are no longer being accepted, the information here remains available for learning and reference. Check the most recent comment for additional details.

Yes - AI-assisted scripting is available directly inside ARC, and it works in the Script robot skill editor for JavaScript and Python.
How to access it in ARC
Add the Script robot skill
Open the Script skill settings
Choose your scripting language
Use the built-in editor assistance
AI help inside ARC
If you mean AI-generated code suggestions inside ARC, that is typically done by using the OpenAI ChatGPT robot skill rather than the Script skill itself.
That skill can be configured to generate responses and even execute JavaScript or Python snippets in ARC.
OpenAI ChatGPT robot skill docs
https://synthiam.com/Support/Skills/Artificial-Intelligence/OpenAI-ChatGPT?id=21559
Script robot skill docs
https://synthiam.com/Support/Skills/Scripting/Script?id=16089
ARC scripting overview
https://synthiam.com/Support/Programming/code-editor/overview
If you want AI-assisted script generation
The usual workflow is:
If your goal is to have ARC itself help you write code on demand while editing, the closest built-in feature is the Script editor’s Intellisense + the OpenAI ChatGPT skill workflow.
Helpful note
If you were expecting a dedicated "AI code writer button" inside the Script editor, I’m not aware of a separate standalone tool like that in ARC today. The recommended path is the OpenAI ChatGPT robot skill plus the Script skill.
If you want, I can also show you:
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
OK, thanks. This answers my question. I was talking about using the OpenAI ChatGPT robot skill . I didn't know this was the proper skill to use for code generation. I'll proceed trying that way.