Skip to content

Commit a6ff979

Browse files
committed
typo
1 parent 3f9a035 commit a6ff979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/ORCHESTRATION_CHAT_COMPLETION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var prompt = new OrchestrationPrompt(inputParams);
117117
var result = client.chatCompletion(prompt, configWithTemplate);
118118
```
119119

120-
In this case the template is defined with the placeholders `{{?language}}` which is replaced by the value `German` in the input parameters.
120+
In this case the template is defined with the placeholder `{{?language}}` which is replaced by the value `German` in the input parameters.
121121

122122
Alternatively, you can use already prepared templates from the [Prompt Registry](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/prompt-registry) of SAP AI Core instead of passing a template in the request yourself.
123123

0 commit comments

Comments
 (0)