chatgpt_webui_command
Turn natural-language commands into ChatGPT WebUI actions by parsing the phrase and invoking the appropriate prompt with automatic mode selection.
Instructions
Natural-language command wrapper. Converts phrases like 'with chatgpt webui on gpt 5.2 pro extended thinking: ...' into a chatgpt_webui_prompt call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Optional override. If omitted, inferred from command and defaults. | |
| command | Yes | Natural language command string. | |
| wait_for_ms | No | Optional wait window for background mode before returning running state. | |
| poll_interval_ms | No | Polling interval when wait_for_ms is set. Default 2000ms. |