Skip to content

Commit 0d652d4

Browse files
committed
Update image syntax to use shortcode for enhanced formatting in Roo Code API guide
1 parent 1d37bf5 commit 0d652d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/blog/Roo-Code/how-to-trace-and-log-roo-code-api-post-requests-with-braintrust-ai-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here’s how to configure **Roo Code**’s UI to route all your OpenAI–compati
3838
* Paste your **Braintrust** API key here.
3939
* Whenever you include tracing headers, Braintrust uses this key to authenticate and associate spans with your project.
4040

41-
![image](./img/blog/RooCodeBraintrustTraceCacheConfiguration.png)
41+
{{< image class="rounded lightbox" src="./img/blog/RooCodeBraintrustTraceCacheConfiguration.png" caption="Click the image to enlarge and view the full configuration: Insert the Braintrust proxy endpoint into Roo Code's Base URL field. Add the Braintrust-specific headers to enable tracing and caching." >}}
4242

4343
4. **Custom Headers**
4444

@@ -48,7 +48,7 @@ Here’s how to configure **Roo Code**’s UI to route all your OpenAI–compati
4848
* `x-bt-parent` = `project_id:<YOUR_PROJECT_ID>`
4949
* These instruct the proxy to cache deterministic calls and to start a new trace under your Braintrust project.
5050

51-
![image](./img/blog/BraintrustProjectId.png)
51+
{{< image class="rounded lightbox" src="./img/blog/BraintrustProjectId.png" caption="Get project id in braintrust web ui." >}}
5252

5353
5. **Enable Streaming** (optional)
5454

@@ -82,7 +82,7 @@ Every request that includes `x-bt-parent` will emit a root span into Braintrust
8282

8383
This gives you full visibility into prompt inputs, response tokens, timings, and cache hits—all without modifying any application code.
8484

85-
![image](./img/blog/BraintrustRooCodeChatTrace.png)
85+
{{< image class="rounded lightbox" src="./img/blog/BraintrustRooCodeChatTrace.png" caption="Braintrust chat trace" >}}
8686

8787
## Further Reading
8888

0 commit comments

Comments
 (0)