Skip to content

Commit 957f4e7

Browse files
FIX default to editable history for OAI response target (microsoft#1698)
1 parent 1e39cdf commit 957f4e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyrit/prompt_target/openai/openai_response_target.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class OpenAIResponseTarget(OpenAITarget, PromptChatTarget):
7575
supports_json_output=True,
7676
supports_multi_message_pieces=True,
7777
supports_system_prompt=True,
78+
supports_editable_history=True,
7879
input_modalities=frozenset(
7980
{
8081
frozenset(["text"]),

0 commit comments

Comments
 (0)