docs(mode): align review surface contracts

This commit is contained in:
Tianyi Cui
2026-07-20 22:34:09 +08:00
parent af69518947
commit deed5784d9
2 changed files with 5 additions and 5 deletions

View File

@@ -25,9 +25,9 @@ export interface AskUserQuestionOption {
description?: string
}
/** One question in an ask_user_question request. */
/** One question in a user-interaction request. */
export interface AskUserQuestionItem {
/** Stable model-provided question id, echoed in the answer. */
/** Stable caller-provided question id, echoed in the answer. */
id: string
/** The question to display. */
question: string