Start a conversation
Open:What happens during a run
- You send a message.
- The frontend sends the request to the backend.
- The backend runs the configured ADK agent.
- The frontend renders the streamed response.
Embedded chat
Pinter also has embedded chat routes for surfaces that host chat inside another application:Reading responses
Agent responses may include markdown, citations, tool output, execution details, or Flint chart artifacts depending on backend configuration. See Flint chart artifacts for the supported chart types, required encodings, examples, and compatibility aliases.If a response looks incomplete, check backend connectivity and whether the
conversation stream closed early.
Inspect execution traces
Each agent response can show an inline trace above the message. Expand it to see how the agent produced the answer:- Model reasoning steps.
- Tool calls and their results.
- Sub-agent transfers in multi-agent workflows.