This notebook demonstrates the use of Assistant Agents in conjunction with Azure Cognitive Search and Azure Identity
brew install azure-cli
az --version
to check if Azure CLI
is installed correctly.az login
to log into your Azure
account. This step is necessary as the notebook uses
AzureCliCredential
which retrieves the token based on the
Azure account currently logged in.SearchClient
instance.
AssistantAgent
.
search
that will interact with the Azure
Cognitive Search service.
AssistantAgent
and UserProxyAgent
instances, and register
the search
function to them.