Skip to content

Commit

Permalink
Operation leverages AI capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
BerSie committed Jul 15, 2024
1 parent 7ea8e52 commit 67b6bd9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vocabularies/UI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ So, masks can be especially useful for input fields that have a fixed pattern, e
The annotation value may be an expression to dynamically hide or render the annotated feature. If a navigation property is annotated with `Hidden` true, all subsequent parts are hidden - independent of their own potential `Hidden` annotations.</String>
</Annotation>
</Term>

<Term Name="IsCopyAction" Type="Core.Tag" Nullable="false" DefaultValue="true" AppliesTo="Record">
<Annotation Term="Common.Experimental" />
<Annotation Term="Core.RequiresType" String="UI.DataFieldForAction" />
Expand All @@ -1549,6 +1549,14 @@ or `204 No Content` if the request included a `Prefer` header with a value of `r
</Annotation>
</Term>

<Term Name="IsAIOperation" Type="Core.Tag" Nullable="false" DefaultValue="true" AppliesTo="Action Function ActionImport FunctionImport">
<Annotation Term="Common.Experimental" />
<Annotation Term="Core.Description" String="The annotated operation leverages AI capabilities." />
<Annotation Term="Core.LongDescription">
<String>This term should end-users make aware that the annotated operation uses AI functionality to process the selected application data.</String>
</Annotation>
</Term>

<Term Name="CreateHidden" Type="Core.Tag" Nullable="false" AppliesTo="EntitySet EntityType">
<Annotation Term="Core.Description" String="EntitySets annotated with this term can control the visibility of the Create operation dynamically" />
<Annotation Term="Core.LongDescription" String="The annotation value should be a path to another property from a related entity." />
Expand Down

0 comments on commit 67b6bd9

Please sign in to comment.