How it works
When you send a message, the model runs a tool-calling loop of up to 20 steps with two tools:
The chat shows the progress of each search and expand call as the model works, then streams the final answer.
Modes
The chat playground has two modes:Citations
Answers cite sources with inline pills resolved from the retrieved chunks. Click a pill to view the source text and its metadata.Parameters
Open the parameters dialog to tune retrieval and generation:
Use the model picker to change the language model. GPT-5.5 is the default.
Next steps
- Agentic Search — Build the same tool-calling loop in your own app
- Search — Query your namespace through the API
- Hosting UI — Share a prebuilt chat interface with your users