Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AI Module Templates are designed to define and configure modules that can be subsequently selected within the Space Management feature.  By creating AI Module Templates users can define a preset of modules tailored to the needs of their company. This ensures that when setting up a new space, users can efficiently implement these modules with minimal or no adjustments needed to the configuration.

...

Note

It is important to note that these templates only serve as a starting point. When a user creates a Space and selects a Module Template, a copy of that Module is generated and linked to the Space. Therefore, changes made to the Module Templates do not affect any modules already in use within existing Spaces.

...

The system offers an interface tailored for developers, data scientists, and administrators to create, edit, and delete AI Module Templates. To access this interface, users must be assigned the role of admin.app-repository-space.write in Zitadel. The feature is then accessible via an icon located in the top-level navigation on the left side of the screen.

...

Security & Compliance

Panel
panelIconId1f510
panelIcon:closed_lock_with_key:
panelIconText🔐
bgColor#FFEBE6

AI Module templates are defined within a company. They can be only edited by users that are assigned to the role admin.space.write and can be viewed by users that have access to the space management section.

Default AI Module Templates

...

  • AI Module Name: The name of the AI Module Template will appear later on in the AI Assistant dropdown on the space page.

  • Reference in code: AI Module Templates execute specific logic that is determined by the reference in code attribute. The reference in code value should either point to a module developed by Unique (a list of values can be checked here) or to a module developed via SDK.

  • Custom Module: If the "reference in code" points to a custom module developed using the SDK, ensure the custom module checkbox is checked. If this box remains unchecked, the system assumes a pre-defined module is being used.

    • If an AI Module Template is defined as custom, a "Custom" tag will be automatically appended to the module name in the UI for easy identification.

...