live_session_start
Start a live learning session for a lesson, flashcard, or other context. If an active session exists for the same context, join it automatically.
Instructions
开一场新的 Live session —— 学习者裁决 (2026-07-20): 学习者侧 web 的 Start Session 按钮已退役, 开课正门收窄到这里, 老师(agent)侧主动开课。context_type 默认 "lesson"。同课已有 active 教室时不开新场,直接送你进既有会话(joined_existing)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| context_id | Yes | ||
| context_type | Yes | lesson|flashcard|trial|mindmap|highlight | |
| context_preview | No | ||
| idempotency_key | No | 可选。幂等键 (建议 uuid) —— 同一 key 重放此调用返回首次结果, 不重复写入. 网络重试/断线重连时带上同一个 key, 而不是猜"上次到底写没写". |