You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-create-ai-enabled-apps.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Here are some reference samples for RAG-based scenarios:
47
47
::: zone pivot="programming-language-javascript"
48
48
**[RAG with Azure AI Search](https://github.com/Azure-Samples/azure-functions-openai-aisearch-node)**
49
49
::: zone-end
50
-
> For RAG, you can use SDKs, including but not limited to Azure Open AI and Azure SDKs to build out your scenarios. This reference sample uses the [OpenAI bindings extension] to highlight OpenAI RAG with Azure AI Search.
50
+
> For RAG, you can use SDKs, including but not limited to Azure Open AI and Azure SDKs to build out your scenarios. This reference sample uses the [OpenAI binding extension] to highlight OpenAI RAG with Azure AI Search.
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-python"
65
-
> Shows you how to create a friendly chat bot that issues simple prompts, receives text completions, and sends messages, all in a stateful session using the [OpenAI bindings extension].
65
+
> Shows you how to create a friendly chat bot that issues simple prompts, receives text completions, and sends messages, all in a stateful session using the [OpenAI binding extension].
66
66
::: zone-end
67
67
68
68
### Assistant function calling
@@ -81,7 +81,7 @@ Here are some reference samples for assistant function calling scenarios:
81
81
**[Assistants function calling (OpenAI bindings)](https://github.com/Azure-Samples/azure-functions-assistants-python)**
82
82
::: zone-end
83
83
::: zone pivot="programming-language-csharp,programming-language-python"
84
-
> Uses the [OpenAI bindings extension] to enable calling custom functions with the assistant skill trigger.
84
+
> Uses the [OpenAI binding extension] to enable calling custom functions with the assistant skill trigger.
85
85
::: zone-end
86
86
::: zone pivot="programming-language-csharp"
87
87
**[Agents function calling (Azure AI SDKs)](https://github.com/Azure-Samples/azure-functions-ai-services-agent-dotnet)**
@@ -143,7 +143,7 @@ Functions also enables your apps to reference third-party libraries and framewor
0 commit comments