Skip to content

Tags: microsoft/promptflow

Tags

promptflow_1.14.0rc1

Toggle promptflow_1.14.0rc1's commit message
Update versions & dependencies for build

promptflow_1.13.0

Toggle promptflow_1.13.0's commit message
update changelog

promptflow_1.12.0

Toggle promptflow_1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert example requirements

tools_1.5.0rc11

Toggle tools_1.5.0rc11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
only pass user parameter when it is not empty for chat api (#3315)

only pass user parameter when it is not empty for chat api

Test against below package:
--extra-index-url
https://azuremlsdktestpypi.azureedge.net/test-promptflow/
promptflow_tools==0.0.430

Co-authored-by: Ge Gao <gega@microsoft.com>

promptflow_1.11.0

Toggle promptflow_1.11.0's commit message
update requirement

promptflow_1.11.0rc4

Toggle promptflow_1.11.0rc4's commit message
Update versions & dependencies for build

promptflow_1.11.0rc3

Toggle promptflow_1.11.0rc3's commit message
Update versions & dependencies for build

tools_1.5.0rc10

Toggle tools_1.5.0rc10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[promptflow-evals] Bug Fix: The evaluator no longer performs string c…

…onversion for inputs as it did previously (#3181)

# Description

Please add an informative description that covers that changes made by
the pull request and link all relevant issues.

# All Promptflow Contribution checklist:
- [ ] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.

promptflow_1.11.0rc2

Toggle promptflow_1.11.0rc2's commit message
Update versions & dependencies for build

tools_1.5.0rc9

Toggle tools_1.5.0rc9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Smaller retry count for UnprocessableEntityError(422) (#3127)

# Description

Issue: 
OpenAI suggest retry on UnprocessableEntityError(422)
https://platform.openai.com/docs/guides/error-codes/python-library-error-types
while MaaS returns 422 with non-retriable error.

Solution:
Smaller retry count for 422.

# All Promptflow Contribution checklist:
- [x] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [x] Title of the pull request is clear and informative.
- [x] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [x] Pull request includes test coverage for the included changes.