consult_codex_batch
Process multiple Codex queries in batch and return consolidated JSON output. Each query supports individual timeout and format settings for CI/CD automation.
Instructions
Consult multiple Codex queries in batch - perfect for CI/CD automation.
Processes multiple prompts and returns consolidated JSON output.
Each query can have individual timeout and format preferences.
Args:
queries: List of query dictionaries with keys: 'query' (required), 'timeout' (optional)
directory: Working directory (required)
format: Output format - currently only "json" supported for batch
Returns:
JSON array with all resultsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | ||
| directory | Yes | ||
| format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |