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

fixes #153: Add user messages to chat window for quick actions #185

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

ahmad2b
Copy link
Contributor

@ahmad2b ahmad2b commented Nov 5, 2024

Hey @bracesproul! 👋

This PR adds chat messages for all quick actions to improve transparency in the chat window. Now users can see what actions were triggered.

Changes:

  • Added messages for text actions (translate, reading level, length, emojis)
  • Added messages for code actions (comments, logs, port, bugs)
  • Added messages for custom quick actions
  • Standardized message formats across all actions

Message Examples:

  • "Translate my artifact to Spanish"
  • "Add descriptive inline comments to my code"
  • "Please use my custom quick action 'X' to update my artifact"

Closes #153

Let me know if you'd like any adjustments to the message formats!

text tool qa
code tool qa

Copy link

vercel bot commented Nov 5, 2024

@ahmad2b is attempting to deploy a commit to the LangChain Team on Vercel.

A member of the Team first needs to authorize it.

@bracesproul bracesproul changed the base branch from main to staging November 5, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make quick actions add user messages to chat window
1 participant