chatgpt_route_new_chat
Create new ChatGPT chats with a configurable routing strategy that probes for Pro access when requested, then continues with the appropriate model or stops if conditions dictate.
Instructions
按可配置策略新建并发送:普通请求使用“极高”;明确请求 Pro 时先执行临时身份探针,命中“gpt-5.6-pro”才在正常对话继续使用“Pro”,命中“gpt-5.5-mini”则回退默认档位,其他回答停止。浏览器始终常驻。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| wait | No | ||
| files | No | ||
| prompt | Yes | 最终正常对话要发送的实际提示词。 | |
| timeoutMs | No | ||
| forceProbe | No | 是否忽略 30 分钟 Pro 探针缓存;默认 false。 | |
| requestPro | No | 用户是否明确要求 Pro。 |