4 Commits

Author SHA1 Message Date
Clement Wang ef877273f2 update imports in doc and examples (#2499)
# Description

Avoid imports from root namespace in docs & examples.

# All Promptflow Contribution checklist:
- [x] **The pull request does not introduce [breaking changes].**
- [x] **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.
2024-03-29 09:55:49 +08:00
Robben Wang e6dbc4ba4c Add doc about python tools' Keyword Arguments Support (#1642)
# Description
Add doc about python tools' Keyword Arguments Support. The change
includes a code snippet and a screenshot showcasing for the feature.



# 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.

Co-authored-by: robbenwang <robbenwang@microsoft.com>
2024-01-03 17:37:46 +08:00
Brynn Yin b735ead1fc [Doc] Update python tool doc to explain more about how does tool works (#539)
# Description

Please add an informative description that covers that changes made by
the pull request and link all relevant issues.
Update python tool doc to explain more about how does tool works

# All Promptflow Contribution checklist:
- [x] **The pull request does not introduce [breaking changes]**
- [x] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).**

## 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.
2023-09-19 15:39:17 +08:00
Clement Wang 2fc5ff664c Add 3P Facing Promptflow Docs (#97)
Add 3P Facing Promptflow Docs

---------

Signed-off-by: Brynn Yin <biyi@microsoft.com>
Co-authored-by: Yao <46446115+16oeahr@users.noreply.github.com>
Co-authored-by: yalu4 <yalu4@microsoft.com>
Co-authored-by: Han Wang <phoenix.seek@gmail.com>
Co-authored-by: Brynn Yin <24237253+brynn-code@users.noreply.github.com>
Co-authored-by: qiqicui <126849997+qiqimico@users.noreply.github.com>
Co-authored-by: jiazengcindy <95729303+jiazengcindy@users.noreply.github.com>
Co-authored-by: Korin <0mza987@gmail.com>
2023-08-18 18:18:10 +08:00