Project: promptflow-tools

Prompt flow built-in tools

Project Details

Latest version
1.0.2
Home Page
PyPI Page
https://pypi.org/project/promptflow-tools/

Project Popularity

PageRank
0.003122162788918392
Number of downloads
77495

Prompt flow tools

Python package License: MIT

Introduction

Tools are the fundamental building blocks of a flow in Azure Machine Learning prompt flow. Each tool is a simple, executable unit with a specific function, allowing users to perform various tasks. By combining different tools, users can create a flow that accomplishes a wide range of goals. One of the key benefit of prompt flow tools is their seamless integration with third-party APIs and python open source packages. This not only improves the functionality of large language models but also makes the development process more efficient.

In this package, we provide a set of builtin tools of prompt flow, which are the most commonly used tools in the development of AI applications. We also provide a flexible way for users to create their own tools and share them with others. See Create and Use Tool Package for more details.

Release History

1.0.0 (2023.11.30)

Features Added

  • Support openai 1.x in promptflow-tools
  • Add new tool "OpenAI GPT-4V"