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: reference/docs-conceptual/AIShell/how-to/agent-openai.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,9 @@ editor. Update the file based on the following example:
67
67
}
68
68
```
69
69
70
-
> [!Note]The endpoint for the Azure OpenAI configuration does not need a full endpoint including the deployment, for example https://<YourServiceName>.openai.azure.com
70
+
> [!NOTE]
71
+
> The endpoint for the Azure OpenAI configuration does not need a full endpoint including the deployment,
72
+
> for example `https://<YourServiceName>.openai.azure.com`.
0 commit comments