You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/unit_tests/tools
Tian Wei d7f807b71f
Add AzureCognitiveServicesToolkit to call Azure Cognitive Services API (#5012)
# Add AzureCognitiveServicesToolkit to call Azure Cognitive Services
API: achieve some multimodal capabilities

This PR adds a toolkit named AzureCognitiveServicesToolkit which bundles
the following tools:
- AzureCogsImageAnalysisTool: calls Azure Cognitive Services image
analysis API to extract caption, objects, tags, and text from images.
- AzureCogsFormRecognizerTool: calls Azure Cognitive Services form
recognizer API to extract text, tables, and key-value pairs from
documents.
- AzureCogsSpeech2TextTool: calls Azure Cognitive Services speech to
text API to transcribe speech to text.
- AzureCogsText2SpeechTool: calls Azure Cognitive Services text to
speech API to synthesize text to speech.

This toolkit can be used to process image, document, and audio inputs.
---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
file_management
openapi
powerbi power bi api wrapper integration tests & bug fix (#4983) 1 year ago
python Improved query, print & exception handling in REPL Tool (#4997) 1 year ago
requests
shell Accept str or list[str] for shell (#4060) 1 year ago
__init__.py
test_base.py Pass parsed inputs through to tool _run (#4309) 1 year ago
test_exported.py Update some Tools Docs (#3913) 1 year ago
test_json.py
test_public_api.py Add AzureCognitiveServicesToolkit to call Azure Cognitive Services API (#5012) 1 year ago
test_signatures.py Pass parsed inputs through to tool _run (#4309) 1 year ago
test_zapier.py Allow custom base Zapier prompt (#4213) 1 year ago