Azure AI Services Tools.
Tool that queries the Azure AI Services Document Intelligence API.
In order to set this up, follow instructions at: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/quickstarts/get-started-sdks-rest-api?view=doc-intel-4.0.0&pivots=programming-language-python
Tool that queries the Azure AI Services Image Analysis API.
In order to set this up, follow instructions at: https://learn.microsoft.com/azure/ai-services/computer-vision/quickstarts-sdk/image-analysis-client-library-40
Attributes: azure_ai_services_key (Optional[str]): The API key for Azure AI Services. azure_ai_services_endpoint (Optional[str]): The endpoint URL for Azure AI Services. visual_features Any: The visual features to analyze in the image, can be set as either strings or azure.ai.vision.imageanalysis.models.VisualFeatures. (e.g. 'TAGS', VisualFeatures.CAPTION). image_analysis_client (Any): The client for interacting with Azure AI Services Image Analysis. name (str): The name of the tool. description (str): A description of the tool, including its purpose and expected input.
Tool that queries the Azure AI Services Speech to Text API.
In order to set this up, follow instructions at: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/get-started-speech-to-text?pivots=programming-language-python
Tool that queries the Azure AI Services Text Analytics for Health API.
In order to set this up, follow instructions at: https://learn.microsoft.com/en-us/azure/ai-services/language-service/text-analytics-for-health/quickstart?pivots=programming-language-python
Tool that queries the Azure AI Services Text to Speech API.
In order to set this up, follow instructions at: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/get-started-text-to-speech?pivots=programming-language-python