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

Prompt variables #3359

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

Prompt variables #3359

wants to merge 7 commits into from

Conversation

shatfield4
Copy link
Collaborator

@shatfield4 shatfield4 commented Feb 27, 2025

Pull Request Type

  • ✨ feat
  • πŸ› fix
  • ♻️ refactor
  • πŸ’„ style
  • πŸ”¨ chore
  • πŸ“ docs

Relevant Issues

resolves #xxx

What is in this change?

  • Create Admin pages for CRUD on user defined system variables
  • Allow injection of system variables in system prompt
  • Create preset system variables: user.bio, user.name, datetime , date , time
  • Create variable suggestion popup similar to a code editor suggestion popup on the system prompt text area

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

@shatfield4 shatfield4 linked an issue Feb 27, 2025 that may be closed by this pull request
@shatfield4 shatfield4 marked this pull request as ready for review February 28, 2025 02:25
@@ -736,10 +736,87 @@ const System = {
});
},

experimentalFeatures: {
Copy link
Member

Choose a reason for hiding this comment

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

Why change this? Seems like it would be an unrelated change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Prompt Variables
2 participants