---
title: "Stream Practice Chat Response"
method: GET
path: "/exercise-practice/{exercise_id}/chat/stream"
tags: ["exercise_practice"]
---

# Stream Practice Chat Response

`GET /exercise-practice/{exercise_id}/chat/stream`

Streams the tutor's reply for the given exercise_id,
building a system prompt from the exercise,
continuing from the last ~10 messages in the practice_sessions doc.

## Path parameters

- `exercise_id` string, required

## Query parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
