I recently made an AI chatbot for Revit using openAI’s API
So far i have successfully made the AI respond to basic questions by giving it the schedule data
and allow it to call some functions to get information about the project (like making the chatbot calls the “get_room_names” function to automatically to retrieve the room names.
but currently i hit a roadblock on making the assistant perform document modification. (mainly because it hits an error on performing transactions as it seems.
i’ll be releasing the code publicly on github soon, but need to write an instructions and making sure the API keys are not there by accident
any inputs is greatly appreciated!!
(also please ignore the HAWK TUAH test case there )