Skip to content

Commit

Permalink
Operation leverages AI capabilities (#332)
Browse files Browse the repository at this point in the history
End-users should be make aware that there are actions that use AI
functionality. As to my knowledge it's about end-users, I have put the
term into the UI vocabulary. If you know scenarios where this
information is interesting independent of UI consumption, we might move
it to Common.

---------

Co-authored-by: Ralf Handl <[email protected]>
Co-authored-by: Heiko Theißen <[email protected]>
  • Loading branch information
3 people authored Jul 15, 2024
1 parent 7ea8e52 commit 7d3115c
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 131 deletions.
9 changes: 9 additions & 0 deletions vocabularies/UI.json
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,15 @@
"@Core.Description": "The annotated [`DataFieldForAction`](#DataFieldForAction) record references an action that deep-copies an instance of the annotated entity type",
"@Core.LongDescription": "The referenced action MUST be bound to the annotated entity type and MUST create a new instance of the same entity type as a deep copy of the bound instance.\nUpon successful completion, the response MUST contain a `Location` header that contains the edit URL or read URL of the created entity,\nand the response MUST be either `201 Created` and a representation of the created entity,\nor `204 No Content` if the request included a `Prefer` header with a value of `return=minimal` and did not include the system query options `$select` and `$expand`."
},
"IsAIOperation": {
"$Kind": "Term",
"$Type": "Core.Tag",
"$DefaultValue": true,
"$AppliesTo": ["Action", "Function", "ActionImport", "FunctionImport"],
"@Common.Experimental": true,
"@Core.Description": "The annotated operation is powered by AI",
"@Core.LongDescription": "This term allows making end-users aware that the annotated operation uses AI functionality to process the selected application data."
},
"CreateHidden": {
"$Kind": "Term",
"$Type": "Core.Tag",
Expand Down
Loading

0 comments on commit 7d3115c

Please sign in to comment.