how to show the internal ai in sequence diagram

If I create a sequence diagram for the use case called 'Attach Meal Image,' this use case should allow the user to attach an image to the AI. The AI will then process the image and provide the required information, such as ingredients, etc. So far, I have identified the following objects: User, GUI, AI Chatbox, Image, and Database and maybe Meal?. The AI is internal to our system. Do you think I should introduce another object, such as a framework, for it?

Mar 18, 2025 - 20:03
 0
how to show the internal ai in sequence diagram

If I create a sequence diagram for the use case called 'Attach Meal Image,' this use case should allow the user to attach an image to the AI. The AI will then process the image and provide the required information, such as ingredients, etc.

So far, I have identified the following objects: User, GUI, AI Chatbox, Image, and Database and maybe Meal?. The AI is internal to our system. Do you think I should introduce another object, such as a framework, for it?