Skip to content

Commit d9fbcb6

Browse files
committed
SAS-1050: added explanation to the creation of DeployedModel
1 parent 2c06d37 commit d9fbcb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/modules/genai

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/genai-commons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The domain model in Mendix is a data model that describes the information in you
6060

6161
#### `DeployedModel` {#deployed-model}
6262

63-
The `DeployedModel` represents a GenAI model that can be invoked by the Mendix app. It contains a display name and a technical name/identifier. It also contains the name of the microflow to be executed for the specified model and other information relevant to connect to a model.
63+
The `DeployedModel` represents a GenAI model that can be invoked by the Mendix app. It contains a display name and a technical name/identifier. It also contains the name of the microflow to be executed for the specified model and other information relevant to connect to a model. The creation of Deployed Models are handled by the connectors itself (see their specializations) where admins can configure those at runtime.
6464

6565
The `DeployedModel` entity replaces the capabilities that were coverd by the `Connection` entity in earlier versions of GenAI Commons.
6666

0 commit comments

Comments
 (0)