Skip to content

Commit 386357f

Browse files
add known capabilities
1 parent 2afdcd3 commit 386357f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyrit/prompt_target/common/target_capabilities.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def get_known_capabilities(underlying_model: str) -> "Optional[TargetCapabilitie
190190
supports_multi_message_pieces=True,
191191
supports_system_prompt=True,
192192
supports_json_output=True,
193+
supports_editable_history=True,
193194
input_modalities=_TEXT_IMAGE_INPUT,
194195
output_modalities=_TEXT_OUTPUT,
195196
)
@@ -200,6 +201,7 @@ def get_known_capabilities(underlying_model: str) -> "Optional[TargetCapabilitie
200201
supports_system_prompt=True,
201202
supports_json_schema=True,
202203
supports_json_output=True,
204+
supports_editable_history=True,
203205
input_modalities=_TEXT_IMAGE_INPUT,
204206
output_modalities=_TEXT_OUTPUT,
205207
)

0 commit comments

Comments
 (0)