Skip to content

Commit 0250c5b

Browse files
committed
Small fixes
1 parent 874136c commit 0250c5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

notebooks/feedback-analysis-agent-with-AzureAISearch.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,13 @@
577577
"tool_invoker = ToolInvoker(tools=[sentiment_tool, summarization_tool])\n"
578578
]
579579
},
580+
{
581+
"cell_type": "markdown",
582+
"metadata": {},
583+
"source": [
584+
"Let's put our agent to the test with a sample query and see it in action! 🚀\n"
585+
]
586+
},
580587
{
581588
"cell_type": "code",
582589
"execution_count": 56,

0 commit comments

Comments
 (0)