Skip to content
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

fix: update prompt templates with tool-call response synthesis #1891

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

subramen
Copy link
Contributor

@subramen subramen commented Apr 7, 2025

What does this PR do?

adds an example to show the end-to-end tool-call -> executor response -> answer synthesis prompt template

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Apr 7, 2025
"type": "string",
"description": "Any special information or parameters that need to be considered while fetching user details.",
"default": "none"
Here is a list of functions in JSON format that you can invoke:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was tab added here (and other places)?

Copy link
Contributor Author

@subramen subramen Apr 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for readability of code. functionally, these tabs are a no-op because they are rendered in a markdown file as a single whitespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants