Developers can now for background tasks directly from the UI, removing the friction of manually constructing complex test data.
The Test page now features a dedicated sidebar with AI and Schema tabs. Instead of guessing required fields, users can prompt an AI to generate test data that perfectly matches the task's expectations. The system even if an explicit payload shape isn't defined.
Under the hood, the backend streams responses from OpenAI directly to the browser. If a task lacks a strict JSON Schema, the AI uses a fallback tool to . It analyzes the task's function signature and internal variable usage to mathematically determine the correct payload shape before generating the mock data.
