Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Sep 1, 2023
1 parent a683229 commit 8b8c28d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vocabularies/Common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@
"$IsBound": true,
"@Common.Experimental": true,
"@Core.Description": "Template for functions that compute AI-based recommendations for the bound entity and its related entities",
"@Core.LongDescription": "If the function is invoked repeatedly in a stateful session, it SHOULD NOT\n recompute recommendations whose predictors have not changed since the previous invocation.\n\n The template function itself cannot be invoked.",
"@Core.LongDescription": "If the function is invoked repeatedly in a stateful session, it SHOULD NOT\nrecompute recommendations whose predictors have not changed since the previous invocation.\n\nThe template function itself cannot be invoked.",
"$Parameter": [
{ "$Name": "Entity", "$Type": "Edm.EntityType" },
{
Expand Down
4 changes: 2 additions & 2 deletions vocabularies/Common.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ Term|Type|Description
Template for functions that compute AI-based recommendations for the bound entity and its related entities

If the function is invoked repeatedly in a stateful session, it SHOULD NOT
recompute recommendations whose predictors have not changed since the previous invocation.
recompute recommendations whose predictors have not changed since the previous invocation.

The template function itself cannot be invoked.
The template function itself cannot be invoked.

Parameter|Type|Description
:--------|:---|:----------
Expand Down
4 changes: 2 additions & 2 deletions vocabularies/Common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1463,9 +1463,9 @@ If the request succeeds the response will contain a JSON body of `Content-Type:
<Annotation Term="Core.Description" String="Template for functions that compute AI-based recommendations for the bound entity and its related entities" />
<Annotation Term="Core.LongDescription">
<String>If the function is invoked repeatedly in a stateful session, it SHOULD NOT
recompute recommendations whose predictors have not changed since the previous invocation.
recompute recommendations whose predictors have not changed since the previous invocation.

The template function itself cannot be invoked.</String>
The template function itself cannot be invoked.</String>
</Annotation>
<Parameter Name="Entity" Type="Edm.EntityType" Nullable="false" />
<Parameter Name="Targets" Type="Collection(Edm.String)" Nullable="false">
Expand Down

0 comments on commit 8b8c28d

Please sign in to comment.