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
@@ -34,23 +34,20 @@ A C# function can be created using one of the following C# modes:
34
34
This example demonstrates the creation process, where the HTTP POST function that sends user prompts to the assistant chat bot. The response to the prompt is returned in the HTTP response.
:::code language="java" source="~/functions-openai-extension/samples/{{link to the correct sample.java}}" range="{{named is better than range}}":::
47
+
This example demonstrates the creation process, where the HTTP POST function that sends user prompts to the assistant chat bot. The response to the prompt is returned in the HTTP response.
This example demonstrates the creation process, where the HTTP POST function that sends user prompts to the assistant chat bot. The response to the prompt is returned in the HTTP response.
72
+
73
+
Here's the _function.json_ file for post user query:
78
74
79
-
:::code language="json" source="~/functions-openai-extension/samples/{{link to the correct function.json}}" :::
:::code language="powershell" source="~/functions-openai-extension/samples/{{link to the correct sample.ps1}}" :::
86
-
-->
87
81
::: zone-end
88
82
::: zone pivot="programming-language-python"
89
83
This example demonstrates the creation process, where the HTTP POST function that sends user prompts to the assistant chat bot. The response to the prompt is returned in the HTTP response.
@@ -162,5 +156,5 @@ See the [Example section](#example) for complete examples.
0 commit comments