get_redteam_task_details
Retrieve detailed information about a red teaming task, including the system prompt of the target model, for AI safety analysis and prompt auditing.
Instructions
Retrieve details of a redteam task.
Args: test_name: The name of the redteam test.
Returns: A dictionary containing the details of the redteam task including the system prompt of the target model used.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
test_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"test_name": {
"title": "Test Name",
"type": "string"
}
},
"required": [
"test_name"
],
"title": "get_redteam_task_detailsArguments",
"type": "object"
}