iris
Run AI-powered web searches, troubleshoot errors, and execute code. Use the optional code interpreter for data analysis and preserve context across follow-up queries.
Instructions
iris (v0.6.1): An AI agent with advanced web search and code execution capabilities. Supports model selection (gpt-5.1/gpt-5/o3) and optional code interpreter for data analysis. Useful for finding latest information, troubleshooting errors, and executing code. Supports natural language queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Ask questions, search for information, or consult about complex problems in English. | |
| model | No | AI model to use (gpt-5.1/gpt-5/o3). Defaults to gpt-5.1 (is better). | |
| reasoningEffort | No | Reasoning effort level (low/medium/high). Defaults to medium. | |
| searchContextSize | No | Search context size for web search (low/medium/high). Defaults to medium. | |
| useCodeInterpreter | No | Enable code interpreter for data analysis and code execution. Defaults to false. | |
| previous_response_id | No | Previous OpenAI response ID for conversation continuity. Valid for 30 days from creation. Enables context preservation across multiple tool calls. Use the Response ID from previous iris tool response. |