microsoft / promptflow

Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.
https://microsoft.github.io/promptflow/
MIT License
9.17k stars 828 forks source link

[Feature Request] Release next version of promptflow-tools #3657

Open bostdiek opened 4 weeks ago

bostdiek commented 4 weeks ago

Is your feature request related to a problem? Please describe. We are working with a customer on using the DAG based flows. On GitHub, I see that there have been updates to the promptflow-tools directory that work with the OpenAI tool calling, both in the LLM tool as well as the Jinga processing. However, the latest release on pypi does not have that.

Describe the solution you'd like Release the package.

Describe alternatives you've considered Writing custom tools ourselves with massive copy and paste from promptflow repository

Additional context Add any other context or screenshots about the feature request here.

chjinche commented 4 weeks ago

Hi @bostdiek Thanks for asking.

The release timeline is in discussion and we will keep you informed once finalized. Sorry for inconvenience.

Alternatively, you could install the latest dev version by pip install git+https://github.com/microsoft/promptflow.git#subdirectory=src/promptflow-tools, which may reduce your massive copy-n-paste work.

bostdiek commented 3 weeks ago

Thanks @chjinche!