Skip to content

Commit c567ec4

Browse files
authored
Merge pull request #3 from siddhi/main
Dependency type fix
2 parents 491ba18 + 96b8e12 commit c567ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labs/18-observability.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ In this lab, we will integrate the OpenAI Agents SDK with Braintrust Observabili
1111

1212
## Configure the app
1313

14+
1. Update `requirements.txt` with `braintrust[openai-agents]==0.3.12` and install the requirements
1415
1. To the `.env` file add `BRAINTRUST_API_KEY=...`
1516
1. Update `config.py` and add the setting `BRAINTRUST_API_KEY: str`
1617
1. Open `agent.py`
@@ -29,4 +30,4 @@ The in the `main()` function configure the tracing. (Assuming that the name of t
2930
set_trace_processors([BraintrustTracingProcessor(init_logger("Prodapt", api_key=settings.BRAINTRUST_API_KEY))])
3031
```
3132

32-
Run the agents app and see the traces in the UI
33+
Run the agents app and see the traces in the UI

0 commit comments

Comments
 (0)