Can Custom Questions Be Added to AutoCAD 2024 AI Assistant?

Can Custom Questions Be Added to AutoCAD 2024 AI Assistant?

madanneer
Community Visitor Community Visitor
333 Views
1 Reply
Message 1 of 2

Can Custom Questions Be Added to AutoCAD 2024 AI Assistant?

madanneer
Community Visitor
Community Visitor

Hello AutoCAD Community,

I’ve been exploring the Autodesk Assistant feature introduced in AutoCAD 2024 and was curious if there is any way to add or program custom questions and responses. For example, I’d like to include questions unrelated to AutoCAD's core functionality (like general knowledge or custom project-related queries).

Is there a way to:

  1. Integrate custom responses into the AI Assistant’s logic?
  2. Extend its functionality using ObjectARX, .NET, or any other AutoCAD SDK?
  3. Use external APIs to connect with the Assistant for more personalized responses?

Any guidance or references to documentation would be greatly appreciated. Thank you in advance!

Best regards,
Neeraj Madan

0 Likes
334 Views
1 Reply
Reply (1)
Message 2 of 2

daniel_cadext
Advisor
Advisor

I have not seen any APIs for AI Assistant. However, you can use REST to communicate with LLMs.

Here’s a sample connecting to meta’s ai

 

It’s using python wrappers around ARX, REST is a bit easier in Python. Also there's tools like scikit

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/using-meta-ai-in-autocad-with-python...

 

 

 

Python for AutoCAD, Python wrappers for ARX https://github.com/CEXT-Dan/PyRx
0 Likes