Skip to content

Commit 44207df

Browse files
committed
Improve formatting
1 parent a22c626 commit 44207df

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/openai_agents/getting-started.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ pip install -r requirements.txt
6262

6363
**Durable Task Scheduler is the preferred backend** for this integration as it provides enhanced performance, better observability, and simplified local development. While not a hard requirement, it's strongly recommended for production workloads.
6464

65-
> IMPORTANT: Ensure your function app is using the *preview* extension bundle version 4.34.0 or higher by specifying it in `host.json`:
66-
>
67-
> ```json
68-
> {
69-
> "version": "2.0",
70-
> "extensionBundle": {
71-
> "id": "Microsoft.Azure.Functions.ExtensionBundle.Preview",
72-
> "version": "[4.34.0, 5.0.0)"
73-
> }
74-
> }
75-
> ```
65+
IMPORTANT: Ensure your function app is using the *preview* extension bundle version 4.34.0 or higher by specifying it in `host.json`:
66+
67+
```json
68+
{
69+
"version": "2.0",
70+
"extensionBundle": {
71+
"id": "Microsoft.Azure.Functions.ExtensionBundle.Preview",
72+
"version": "[4.34.0, 5.0.0)"
73+
}
74+
}
75+
```
7676

7777
There are two ways to configure the backend locally:
7878

0 commit comments

Comments
 (0)