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

Incomplete/incorrect parsing of prompts #105

Open
ianchi opened this issue Oct 12, 2024 · 0 comments
Open

Incomplete/incorrect parsing of prompts #105

ianchi opened this issue Oct 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@ianchi
Copy link
Contributor

ianchi commented Oct 12, 2024

the parser of the prompt is incomplete:

  • no escaping of template makes it vulnerable to prompt hacking injecting messages that can impersonate other roles
  • only parses “content” so it is impossible to feed back tools calls

I believe it should have the same behavior as promptlow.core.Prompty

@sethjuarez sethjuarez self-assigned this Oct 14, 2024
@sethjuarez sethjuarez added bug Something isn't working enhancement New feature or request labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants