-
Notifications
You must be signed in to change notification settings - Fork 895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add doc for how to customize an LLM Tool. #852
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jiazengcindy
changed the title
Add doc and example for prompt template
[Draft] Add doc and example for prompt template
Oct 23, 2023
github-actions
bot
added
documentation
Improvements or additions to documentation
examples
Improvements on examples
labels
Oct 23, 2023
jiazengcindy
force-pushed
the
jiazeng/template
branch
7 times, most recently
from
October 26, 2023 02:33
8a731aa
to
6ef4228
Compare
jiazengcindy
changed the title
[Draft] Add doc and example for prompt template
[Draft] Add doc for custom LLM tool.
Oct 26, 2023
dorisjoy
reviewed
Oct 26, 2023
jiazengcindy
force-pushed
the
jiazeng/template
branch
2 times, most recently
from
October 26, 2023 10:42
9622239
to
0641e32
Compare
jiazengcindy
changed the title
[Draft] Add doc for custom LLM tool.
Add doc for custom LLM tool.
Oct 27, 2023
dorisjoy
reviewed
Oct 27, 2023
dorisjoy
reviewed
Oct 27, 2023
dorisjoy
reviewed
Oct 27, 2023
jiazengcindy
force-pushed
the
jiazeng/template
branch
from
October 27, 2023 08:52
23e2e13
to
0c48aab
Compare
dorisjoy
previously approved these changes
Oct 27, 2023
chjinche
reviewed
Oct 27, 2023
chjinche
reviewed
Oct 27, 2023
Why no PR description? |
update update update update
jiazengcindy
force-pushed
the
jiazeng/template
branch
2 times, most recently
from
October 30, 2023 03:58
c7ea748
to
e57dfbf
Compare
jiazengcindy
force-pushed
the
jiazeng/template
branch
2 times, most recently
from
October 30, 2023 07:19
2385567
to
03d325b
Compare
dorisjoy
previously approved these changes
Oct 30, 2023
update update update update
jiazengcindy
force-pushed
the
jiazeng/template
branch
from
October 30, 2023 07:24
03d325b
to
528c14c
Compare
dorisjoy
previously approved these changes
Oct 30, 2023
jiazengcindy
changed the title
Add doc for custom LLM tool.
Add doc for how to customize an LLM Tool.
Oct 30, 2023
chjinche
reviewed
Oct 30, 2023
chjinche
approved these changes
Oct 30, 2023
dorisjoy
approved these changes
Oct 30, 2023
lumoslnt
pushed a commit
that referenced
this pull request
Oct 30, 2023
# Description Add doc for how to customize an LLM Tool. # 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 - [ ] Pull request includes test coverage for the included changes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add doc for how to customize an LLM Tool.
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines