Skip to content

Commit 64921ed

Browse files
committed
docs: tweak Braintrust code example reference. will be accurate as soon as temporalio/samples-python#273 is mereged'
1 parent 80b7160 commit 64921ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/develop/python/integrations/braintrust.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Braintrust adds the observability layer: see exactly what your agents are doing,
2525
The integration connects these capabilities with minimal code changes.
2626
Every Workflow and Activity becomes a span in Braintrust, and every LLM call is traced with inputs, outputs, tokens, and latency.
2727

28-
All code snippets in this guide are taken from the [deep research sample](https://docs.temporal.io/ai-cookbook).
28+
All code snippets in this guide are taken from the [deep research sample](https://github.com/temporalio/samples-python/tree/main/braintrust).
2929
Refer to the sample for the complete code and run it locally.
3030

3131
## Prerequisites
@@ -235,7 +235,7 @@ except Exception as e:
235235

236236
## Example: Deep Research Agent
237237

238-
The [deep research sample](https://docs.temporal.io/ai-cookbook) demonstrates a complete AI agent that:
238+
The [deep research sample](https://github.com/temporalio/samples-python/tree/main/braintrust) demonstrates a complete AI agent that:
239239

240240
- Plans research strategies
241241
- Generates search queries

0 commit comments

Comments
 (0)