Skip to content

Commit d171285

Browse files
committed
fix !pip install code snippet & add hyperlink
1 parent a9d7ffb commit d171285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mcp/databricks_mcp_cookbook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"metadata": {},
7676
"outputs": [],
7777
"source": [
78-
"! pip install openai databricks-sdk databricks-cli databricks-mcp openai-agents"
78+
"! pip install databricks-cli"
7979
]
8080
},
8181
{
@@ -482,7 +482,7 @@
482482
"source": [
483483
"## Trace Agent calls in the OpenAI API Dashboard\n",
484484
"\n",
485-
"In the OpenAI API dashboard you can open the Traces view to see every function the agent invoked. In the example below, the agent first calls raw_from_product to fetch the material linked to a specific product, and then calls revenue_risk to estimate the revenue impact of a shortage.\n",
485+
"In the OpenAI API [dashboard](https://platform.openai.com/prompts) you can open the Traces view to see every function the agent invoked. In the example below, the agent first calls raw_from_product to fetch the material linked to a specific product, and then calls revenue_risk to estimate the revenue impact of a shortage.\n",
486486
"\n",
487487
"![Tracing Dashboard](../../images/tracing_dashboard_databricks_mcp.png)"
488488
]

0 commit comments

Comments
 (0)