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

DOC: Clarifying PromptTargets from PromptChatTargets #658

Merged
merged 4 commits into from
Jan 24, 2025

Conversation

rlundeen2
Copy link
Contributor

@rlundeen2 rlundeen2 commented Jan 24, 2025

A prompt chat target is a target where you can explicitly set the conversation history using memory.

This is not something we've explicitly said in the past, but as we're implementing new targets (like RealTimeTarget) which are a LOT like PromptChatTargets, it's important to clarify the difference between the two, because with RealTimeTarget we can't set the conversation history. And this has implications for which attacks will work. For example, PAIR won't work with RealTimeTarget (at least without modification) because you can't set the conversation history the same way.

@rlundeen2 rlundeen2 merged commit 53eb083 into Azure:main Jan 24, 2025
8 checks passed
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.

3 participants