| 状态码 | 描述 | 请求头 | 返回类型 |
|---|---|---|---|
| 200 | Successful Response | application/json |
POST: /chat/next_step
| 状态码 | 描述 | 请求头 | 返回类型 |
|---|---|---|---|
| 422 | Validation Error | application/json | HTTPValidationError |
POST: /chat/init
| 状态码 | 描述 | 请求头 | 返回类型 |
|---|---|---|---|
| 422 | Validation Error | application/json | HTTPValidationError |
| 参数名 | 类型 | 描述 | 必须 |
|---|---|---|---|
| session_id | string | Yes | |
| scenario | string | Yes | |
| tags | string | Yes |
| 参数名 | 类型 | 描述 | 必须 |
|---|---|---|---|
| session_id | string | Yes | |
| choice | integer | Yes | |
| modules | string | Yes |