conclave_select
Select specific AI models by number to create a custom conclave for peer-reviewed evaluations, with the first model designated as chairman.
Instructions
Create a custom conclave from model numbers.
Select specific models by their numbers (from conclave_models). The first model in the list becomes the chairman.
This custom selection persists until server restart or conclave_reset.
Args: models: Comma-separated model numbers, e.g. "1,5,11,14" First number = chairman, rest = conclave members
Returns: Confirmation of the new conclave configuration
Example: conclave_select(models="31,1,11,21") creates: - Chairman: model #31 (deepseek-r1) - Members: models #1, #11, #21
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | Yes |