elenchus_set_dynamic_roles
Configure dynamic Verifier and Critic roles for adversarial code verification sessions to enable automated role-based prompting in security analysis.
Instructions
Set dynamically generated roles for a session. Call this after completing all 3 steps of elenchus_generate_roles. The roles will be used automatically by getRolePrompt when sessionId is provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| domainResult | Yes | JSON string of domain detection result | |
| verifierRole | Yes | JSON string of generated verifier role | |
| criticRole | Yes | JSON string of generated critic role |