Skip to content

Commit 44c1b76

Browse files
authored
Fix language in link
1 parent 5a149a2 commit 44c1b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-openai-textcompletion-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This example takes a prompt as input, sends it directly to the completions API,
4343

4444
This example demonstrates the _templating_ pattern, where the HTTP trigger function takes a `name` parameter and embeds it into a text prompt, which is then sent to the Azure OpenAI completions API by the extension. The response to the prompt is returned in the HTTP response.
4545

46-
:::code language="typescript" source="~/functions-openai-extension/samples/textcompletion/javascript/src/functions/whois.js" :::
46+
:::code language="javascript" source="~/functions-openai-extension/samples/textcompletion/javascript/src/functions/whois.js" :::
4747

4848
::: zone-end
4949
::: zone pivot="programming-language-typescript"

0 commit comments

Comments
 (0)