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
Throughout the workshop, you'll often copy text snippets from the docs.
19
19
@@ -23,7 +23,7 @@ Snippets appear in gray boxes. Hover to reveal the copy icon, then click to copy
23
23
# Example text snippet
24
24
```
25
25
26
-
###Deeper dive for Developers
26
+
## Deeper dive for Developers
27
27
28
28
Some sections include additional info for developers. Expand these by clicking the blue info icon. The examples also assume familiarity with Python, VS Code, and the debugger.
29
29
@@ -33,3 +33,10 @@ Some sections include additional info for developers. Expand these by clicking t
33
33
## Open the Lab Instructions in Your Computer's Browser
34
34
35
35
If the lab instructions are slow to scroll in the lab environment, try copying the instructions’ URL and opening it in **your computer’s local browser** for a smoother experience.
36
+
37
+
## Bonus Content
38
+
39
+
There are two bonus labs at the end of the workshop for those who want to explore further:
40
+
41
+
-**Securing Agent Data**: Learn how to enhance data security for your agent.
42
+
-**Local Tracing with Aspire**: Explore local tracing techniques using Aspire.
0 commit comments