We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afdcd3 commit 386357fCopy full SHA for 386357f
1 file changed
pyrit/prompt_target/common/target_capabilities.py
@@ -190,6 +190,7 @@ def get_known_capabilities(underlying_model: str) -> "Optional[TargetCapabilitie
190
supports_multi_message_pieces=True,
191
supports_system_prompt=True,
192
supports_json_output=True,
193
+ supports_editable_history=True,
194
input_modalities=_TEXT_IMAGE_INPUT,
195
output_modalities=_TEXT_OUTPUT,
196
)
@@ -200,6 +201,7 @@ def get_known_capabilities(underlying_model: str) -> "Optional[TargetCapabilitie
200
201
202
supports_json_schema=True,
203
204
205
206
207
0 commit comments